Enable clang tidy/warnings for tests
[alexxy/gromacs.git] / src / gromacs / ewald / tests / pmesolvetest.cpp
index 532ba51bb9f628c48a8a4cc531c9048949368e04..32a296e2ce7229635d372698e093ff321ec3bbde 100644 (file)
@@ -250,7 +250,7 @@ TEST_P(PmeSolveTest, ReproducesOutputs)
 /* Valid input instances */
 
 //! A couple of valid inputs for boxes.
-static std::vector<Matrix3x3> const c_sampleBoxes
+std::vector<Matrix3x3> const c_sampleBoxes
 {
     // normal box
     Matrix3x3 {{
@@ -267,7 +267,7 @@ static std::vector<Matrix3x3> const c_sampleBoxes
 };
 
 //! A couple of valid inputs for grid sizes
-static std::vector<IVec> const c_sampleGridSizes
+std::vector<IVec> const c_sampleGridSizes
 {
     IVec {
         16, 12, 28
@@ -283,7 +283,7 @@ const auto c_inputBoxes     = ::testing::ValuesIn(c_sampleBoxes);
 const auto c_inputGridSizes = ::testing::ValuesIn(c_sampleGridSizes);
 
 //! 2 sample complex grids - only non-zero values have to be listed
-static std::vector<SparseComplexGridValuesInput> const c_sampleGrids
+std::vector<SparseComplexGridValuesInput> const c_sampleGrids
 {
     SparseComplexGridValuesInput {{
                                       IVec {