move testsuite to tests/solver and add core unit tests
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 15 Oct 2008 13:30:15 +0000 (13:30 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 15 Oct 2008 13:30:15 +0000 (13:30 +0000)
CMakeLists.txt

index b05ac19..6ce2f94 100644 (file)
@@ -120,7 +120,7 @@ set ( CMAKE_C_FLAGS_DEBUG     "${CMAKE_C_FLAGS} -g3 -O0" )
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(tools)
 ADD_SUBDIRECTORY(applayer)
-ADD_SUBDIRECTORY(testsuite)
+ADD_SUBDIRECTORY(tests)
 
 IF ( NOT SWIG_EXECUTABLE )
   MESSAGE( FATAL "SWIG not found." )