Enable clang tidy/warnings for tests
[alexxy/gromacs.git] / src / programs / mdrun / tests / tpitest.cpp
index 70a56342a959f94306377db2971f4f2ebdbf2e25..db16d0c93b2ee11a5f42b512759b8e8371452678 100644 (file)
@@ -75,7 +75,7 @@ void TpiTest::runTest()
     runner_.ndxFileName_ = "";
     ASSERT_EQ(0, runner_.callGrompp());
 
-    auto        rerunFileName = fileManager_.getInputFilePath("spc216.gro");
+    auto        rerunFileName = gmx::test::TestFileManager::getInputFilePath("spc216.gro");
     CommandLine commandLine;
     commandLine.append("-rerun");
     commandLine.append(rerunFileName);