]> ruin.nu Git - germs.git/commitdiff
cmake testing
authorMichael Andreen <harv@ruin.nu>
Thu, 14 Jun 2007 20:35:01 +0000 (20:35 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 14 Jun 2007 20:35:01 +0000 (20:35 +0000)
CMakeLists.txt

index f6f43267082e2f1054e80fc9893164e83f0328cd..e67363944b41ceef60f2b9605ff20b5b3333331e 100644 (file)
@@ -4,4 +4,7 @@ SET(CMAKE_VERBOSE_MAKEFILE OFF)
 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
 SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
 
+ENABLE_TESTING()
+ADD_TEST(cppunit bin/tester)
+
 SUBDIRS(src)