X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Ftest%2FCMakeLists.txt;h=4fc94bd13f1cc0147842f8fb16cd7792482c380a;hp=2cd964dde1808d149001040ec1efcda21c3377ba;hb=80163771173997d308e8f11815c5d9a92d8ba8f5;hpb=868e1b08fbbd49e489dc1349cb3657521c5c1dd9 diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 2cd964d..4fc94bd 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,11 +1,15 @@ -PROJECT(GeneSort) +PROJECT(GERMS) SET(CMAKE_VERBOSE_MAKEFILE OFF) -ADD_DEFINITIONS(-Wall -O2) +#ADD_DEFINITIONS(-Wall -O2) +#ADD_DEFINITIONS(-Wall -pedantic -g -D_GLIBCXX_DEBUG) -SET(TESTSRC geneordertest genealgorithmstest modelidentifiertest) + + +SET(TESTSRC geneordertest genealgorithmstest modelidentifiertest + genesortertest componenttreetest) ADD_EXECUTABLE(tester main ${TESTSRC}) TARGET_LINK_LIBRARIES(tester ${GENELIBS} cppunit)