Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/testing/test/CTestCustom.cmake @ 9025

Last change on this file since 9025 was 9025, checked in by landauf, 12 years ago
  • added CTestCustom.cmake to add dependencies to $PATH when executing tests with ctest
  • added ARGS parameter for "test" target in make to pass command line options to ctest (make test ARGS="—some-ctest-option")
  • added unit tests for math functions in util library
File size: 50 bytes
Line 
1SET(ENV{PATH} "@CMAKE_LIBRARY_PATH@;$ENV{PATH}")
Note: See TracBrowser for help on using the repository browser.