Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / testutils / testutils_doc.h
similarity index 96%
rename from src/testutils/testutils-doc.h
rename to src/testutils/testutils_doc.h
index eb111256d0d3adc34e59f78658b75f38d410da94..f59a1aaebc9742946dd82dfe9054dbb05ef98e65 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2017, by the GROMACS development team, led by
+ * Copyright (c) 2015,2017,2019, 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.
  *  - gmx::test::StdioTestHelper provides a helper class for tests that need to
  *    execute legacy code where `stdin` reading cannot be easily mocked.
  *
- * Additionally, testinit.h and mpi-printer.h, and their corresponding source
+ * Additionally, testinit.h and mpi_printer.h, and their corresponding source
  * files, provide functionality that is not visible on the API level: they
  * provide initialization routines for the above functionality, which are
  * automatically called by the %main() function provided in unittest_main.cpp.
  *
- * mpi-printer.h provides a Google Test listener that is installed when the
+ * mpi_printer.h provides a Google Test listener that is installed when the
  * tests are compiled with MPI.  This listener allows the test binary to be run
  * on multiple MPI ranks, and synchronizes the execution and output from the
  * test cases, as well as makes the test fail on even if an assertion fails