diff --git a/Tests/MathLib/AutoCheckTools.h b/Tests/AutoCheckTools.h similarity index 100% rename from Tests/MathLib/AutoCheckTools.h rename to Tests/AutoCheckTools.h diff --git a/Tests/MaterialLib/KelvinVector.cpp b/Tests/MaterialLib/KelvinVector.cpp index 9e148d48484590a301df719977c8f030f32095d3..88fad24936c8eebe1c8e8323e8ff400b28b96408 100644 --- a/Tests/MaterialLib/KelvinVector.cpp +++ b/Tests/MaterialLib/KelvinVector.cpp @@ -10,7 +10,7 @@ #include "MaterialLib/SolidModels/KelvinVector.h" -#include "Tests/MathLib/AutoCheckTools.h" +#include "Tests/AutoCheckTools.h" using namespace MaterialLib::SolidModels; namespace ac = autocheck; diff --git a/Tests/MathLib/TestPoint3d.cpp b/Tests/MathLib/TestPoint3d.cpp index 01e2fc85ffed00a9bb7fbf88b59b8eaff2abf29f..fd9b75b3feaa00018c2eb95519c34dcd63f7354e 100644 --- a/Tests/MathLib/TestPoint3d.cpp +++ b/Tests/MathLib/TestPoint3d.cpp @@ -16,7 +16,7 @@ #include "MathLib/Point3d.h" -#include "AutoCheckTools.h" +#include "Tests/AutoCheckTools.h" using namespace MathLib; namespace ac = autocheck; diff --git a/Tests/MeshGeoToolsLib/TestGeoMapper.cpp b/Tests/MeshGeoToolsLib/TestGeoMapper.cpp index 9b9209cf57d73f081b7e7175fcf6d1defec692a5..6098be1fb234398c5fdf8581e104ce38f1ec0669 100644 --- a/Tests/MeshGeoToolsLib/TestGeoMapper.cpp +++ b/Tests/MeshGeoToolsLib/TestGeoMapper.cpp @@ -9,14 +9,13 @@ #include <ctime> #include <memory> #include <gtest/gtest.h> -#include <autocheck/autocheck.hpp> #include "GeoLib/GEOObjects.h" #include "GeoLib/Point.h" #include "MeshLib/Mesh.h" #include "MeshLib/MeshGenerators/MeshGenerator.h" #include "MeshGeoToolsLib/GeoMapper.h" -#include "../MathLib/AutoCheckTools.h" +#include "Tests/AutoCheckTools.h" namespace ac = autocheck; diff --git a/Tests/NumLib/TestShapeFunctions.cpp b/Tests/NumLib/TestShapeFunctions.cpp index dee8a5df572b2d9c563ffe9403b568f8a10f183d..b2bcc4933dc78e49c515554ed33f95b25aaa9a2e 100644 --- a/Tests/NumLib/TestShapeFunctions.cpp +++ b/Tests/NumLib/TestShapeFunctions.cpp @@ -43,11 +43,9 @@ std::ostream& operator<<(std::ostream& os, std::array<T, N> const& array) #include "NumLib/Fem/ShapeFunction/ShapeTet4.h" #include "NumLib/Fem/ShapeFunction/ShapeTri3.h" #include "NumLib/Fem/ShapeFunction/ShapeTri6.h" - +#include "Tests/AutoCheckTools.h" #include "Tests/TestTools.h" -#include "../MathLib/AutoCheckTools.h" - namespace autocheck {