Reorganize shared unit test code
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / datatest.cpp
similarity index 98%
rename from src/testutils/datatest.cpp
rename to src/gromacs/analysisdata/tests/datatest.cpp
index a78a44f19445c9f003ace2a3e306688808222d05..743b4f8f3b6b24f75c06ec9cf3884a71f0ea49b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013, by the GROMACS development team, led by
+ * Copyright (c) 2011,2012,2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -37,7 +37,7 @@
  * Implements classes in datatest.h.
  *
  * \author Teemu Murtola <teemu.murtola@gmail.com>
- * \ingroup module_testutils
+ * \ingroup module_analysisdata
  */
 #include "datatest.h"
 
@@ -49,7 +49,7 @@
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/stringutil.h"
 
-#include "testutils/mock_datamodule.h"
+#include "gromacs/analysisdata/tests/mock_datamodule.h"
 #include "testutils/refdata.h"
 
 namespace gmx