From 0a719f28e38ea9878e16df106be84f1773144f6c Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 17 Dec 2020 12:12:53 +0100
Subject: [PATCH] copy file

---
 tests/{framework => common}/testTestStack.h | 0
 tests/framework/testStackInterface.cpp      | 4 +---
 2 files changed, 1 insertion(+), 3 deletions(-)
 rename tests/{framework => common}/testTestStack.h (100%)

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 3b65e2067..b07e378a9 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>
-- 
GitLab