Changes between Version 2 and Version 3 of CMakeAddingRegressionTests
- Timestamp:
- Nov 6, 2008, 4:32:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeAddingRegressionTests
v2 v3 10 10 boost_additional_test_dependencies(libname BOOST_DEPENDS test fusion) 11 11 }}} 12 where 'libname' is the name of your library that you are testing. 12 13 13 14 2. For each test that only needs to be compiled (but not executed), add a `compile` or `compile_fail` test using the [wiki:CMakeTestCompile boost_test_compile] or [wiki:CMakeTestCompileFail boost_test_compile_fail] macros, respectively. The most basic usage of these macros provides only the test name, e.g.,