Use bitmask for bonded
[alexxy/gromacs.git] / src / gromacs / utility / tests / bitmask.h
similarity index 98%
rename from src/gromacs/mdlib/tests/bitmask.h
rename to src/gromacs/utility/tests/bitmask.h
index 7041c770c25c7c06bc63863cd4d66141e3e1a81e..3cc5376b1f1f410d74a8e4b4af0651e7e80b6796 100644 (file)
  * These tests check the functionality of bitmask.h
 
  * \author Roland Schulz <roland@rschulz.eu>
+ * \ingroup module_utility
  */
 #include <gtest/gtest.h>
 
-#include "gromacs/mdlib/bitmask.h"
+#include "gromacs/utility/bitmask.h"
 
 //! Implemenation of BITMASK_CLASSNAME
 #define BITMASK_CLASSNAME_(S) BitmaskTest ## S