Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/misc/CMakeLists.txt @ 727

Last change on this file since 727 was 727, checked in by bensch, 16 years ago

FICN: Added simple testing facilities to CMake.this is an example of how to implement Testing using CMake.

The Boolean cache-option TESTING_ENABLED can be triggered to enable all tests. Be aware to add all testing subdirectory includes into a IF(TESTING_ENABLED) clause.

File size: 71 bytes
Line 
1
2
3IF(TESTING_ENABLED)
4ADD_SUBDIRECTORY(testing)
5ENDIF(TESTING_ENABLED)
Note: See TracBrowser for help on using the repository browser.