Add backend for nblib listed forces API
[alexxy/gromacs.git] / api / nblib / listed_forces / tests / CMakeLists.txt
index 2f0bc8efea00c1b7379a5f7745f6ffe4cf43c7a6..af67386835331497efd306725b4743351cd97c22 100644 (file)
@@ -49,6 +49,12 @@ gmx_add_gtest_executable(
         CPP_SOURCE_FILES
         # files with code for tests
         bondtypes.cpp
+        helpers.cpp
+        kernels.cpp
+        typetests.cpp
+        calculator.cpp
+        conversions.cpp
+        transformations.cpp
 )
 target_link_libraries(${exename} PRIVATE nblib_test_infrastructure nblib)
 gmx_register_gtest_test(${testname} ${exename} INTEGRATION_TEST)