X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Ftest%2FCMakeLists.txt;h=4fc94bd13f1cc0147842f8fb16cd7792482c380a;hp=c018f8cbc56ccaf60fb75a41bd3a62c2a93fadc8;hb=80163771173997d308e8f11815c5d9a92d8ba8f5;hpb=d0abe1592fcbb10f4ac303e7b66c384624d4d439 diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index c018f8c..4fc94bd 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,12 +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 - genesortertest) + genesortertest componenttreetest) ADD_EXECUTABLE(tester main ${TESTSRC}) TARGET_LINK_LIBRARIES(tester ${GENELIBS} cppunit)