Make some unit tests skip file system access
[alexxy/gromacs.git] / src / testutils / CMakeLists.txt
index 381039d8c1bf0e51a6a451b6e6b969dd96194b21..131d9351f5de5ed471f404d874e6d7fa806807b4 100644 (file)
 
 include_directories(BEFORE SYSTEM ${GMOCK_INCLUDE_DIRS})
 include_directories(${LIBXML2_INCLUDE_DIR})
-file(GLOB TESTUTILS_SOURCES *.cpp)
+set(TESTUTILS_SOURCES
+    cmdlinetest.cpp
+    integrationtests.cpp
+    mpi-printer.cpp
+    refdata.cpp
+    stringtest.cpp
+    testasserts.cpp
+    testfilemanager.cpp
+    testfileredirector.cpp
+    testinit.cpp
+    testoptions.cpp)
 
 add_library(testutils STATIC ${UNITTEST_TARGET_OPTIONS} ${TESTUTILS_SOURCES})
 set(TESTUTILS_LIBS testutils)