Hi,
I'm using Catch as my unit test framework:
https://github.com/philsquared/Catch
Is it possible for CTest to report each TEST_CASE block as an
individual test? My understanding is that CTest will only treat each
executable as a test. However, my test structure is as follows:
1 library
1 test
I'm generating for Eclipse CDT4 - Ninja. When a build fails because of
compiler errors or whatnot, "Build project" does absolutely nothing
unless I change a CPP file and save it, then the build works.
Is this a CMake issue or Eclipse setting? Help is appreciated.
--
Powered by www.kitware.com
P
I took a closer look at the problem and while as I said the libraries are
correctly found, when I look at the project file, I see this:
OTHER_LDFLAGS = " -Wl,-search_paths_first -Wl,-headerpad_max_install_names
-framework Accelerate -framework Accelerate -framework Accelerate -framework
Accelerate