Add bitmask type
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / CMakeLists.txt
index 73e80a0bd324b60345b8794cef55c179ed96b087..4e00c4717a73bacb83df607ed6336962ee933538 100644 (file)
@@ -32,5 +32,6 @@
 # To help us fund GROMACS development, we humbly ask that you cite
 # the research papers on the package. Check out http://www.gromacs.org.
 
-gmx_add_unit_test(ShakeUnitTests shake-test
+gmx_add_unit_test(MdlibUnitTest mdlib-test
+                  bitmask32.cpp bitmask64.cpp bitmask128.cpp
                   shake.cpp)