diff --git a/tests/framework/testTestStack.h b/tests/common/testTestStack.h similarity index 100% rename from tests/framework/testTestStack.h rename to tests/common/testTestStack.h diff --git a/tests/framework/testStackInterface.cpp b/tests/framework/testStackInterface.cpp index 3b65e20678209c71efe989a1df96d1cbf69dbc0b..b07e378a95ff3dcde952588e38defa4766b2c07e 100644 --- a/tests/framework/testStackInterface.cpp +++ b/tests/framework/testStackInterface.cpp @@ -10,9 +10,7 @@ #include <corsika/framework/stack/Stack.hpp> -#include <testTestStack.h> // simple test-stack for testing. This is - // for testing only: include from - // CMAKE_CURRENT_SOURCE_DIR +#include <testTestStack.h> // from tests/common #include <iomanip> #include <tuple>