Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / mdrun / tests / moduletest.h
index dfb4a14a1b4544e677755946473b3da163fb7d29..3e9a7d0b2f142fa376871f2d70b67b6dbbbadf2e 100644 (file)
@@ -32,7 +32,8 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-/*! \defgroup module_mdrun_integration_tests Integration test utilities
+/*! \libinternal
+ * \defgroup module_mdrun_integration_tests Integration test utilities
  * \ingroup group_mdrun
  *
  * \brief Functionality for testing mdrun as a whole
 #ifndef GMX_MDRUN_TESTS_MODULETEST_H
 #define GMX_MDRUN_TESTS_MODULETEST_H
 
-#include "testutils/integrationtests.h"
-
 #include <gtest/gtest.h>
+
 #include "testutils/cmdlinetest.h"
+#include "testutils/integrationtests.h"
 
 namespace gmx
 {
@@ -135,7 +136,9 @@ class MdrunTestFixture : public IntegrationTestFixture
         //@}
 };
 
-/*! \brief Parameterized test fixture for mdrun integration tests */
+/*! \libinternal \brief
+ * Parameterized test fixture for mdrun integration tests
+ */
 class ParameterizedMdrunTestFixture : public gmx::test::MdrunTestFixture,
                                       public ::testing::WithParamInterface<const char *>
 {