Customize CTest properties and labels based on test names
I am discovering gtest tests using gtest_discover_tests(…) I then want to set certain properties and labels based on the test names.
Why isn’t WORKING_DIRECTORY being used in my cmake tests?
I’m trying to set the working directory for a CMake test, but I can’t seem to get it to work. Here’s the really simple test I’m trying to use: