Enable separate PME GPU rank
[alexxy/gromacs.git] / src / programs / mdrun / tests / CMakeLists.txt
index 675277e65d4e23580813a4ec7e64330dc6b8ae3e..8bf1a7d781c3533a82563a0bb2cc1f298237d7b9 100644 (file)
 
 # make an "object library" for code that we re-use for both kinds of tests
 add_library(mdrun_test_objlib OBJECT
+    energyreader.cpp
     mdruncomparisonfixture.cpp
     moduletest.cpp
     terminationhelper.cpp
+    # PME tests
+    pmetest.cpp
     )
 
 set(testname "MdrunTests")
@@ -46,10 +49,8 @@ gmx_add_gtest_executable(
     ${exename}
     # files with code for tests
     tabulated_bonded_interactions.cpp
-    energyreader.cpp
     grompp.cpp
     initialconstraints.cpp
-    pmetest.cpp
     rerun.cpp
     trajectory_writing.cpp
     trajectoryreader.cpp