X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Ftest%2FCMakeLists.txt;h=c018f8cbc56ccaf60fb75a41bd3a62c2a93fadc8;hp=c6f82f75e3518c057e139d4deeff017f60437b56;hb=d0abe1592fcbb10f4ac303e7b66c384624d4d439;hpb=3610a7961eaea08a41bf1c0354c68cdee3884278 diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index c6f82f7..c018f8c 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -5,10 +5,11 @@ SET(CMAKE_VERBOSE_MAKEFILE OFF) ADD_DEFINITIONS(-Wall -O2) -SET(TESTSRC geneordertest) +SET(TESTSRC geneordertest genealgorithmstest modelidentifiertest + genesortertest) ADD_EXECUTABLE(tester main ${TESTSRC}) -TARGET_LINK_LIBRARIES(tester GeneSort cppunit) +TARGET_LINK_LIBRARIES(tester ${GENELIBS} cppunit) #find_package(Qt3)