From 5d99b795df1ea80387c5925e984f45a886c12d49 Mon Sep 17 00:00:00 2001 From: Dominik Baack <dominik.baack@tu-dortmund.de> Date: Fri, 13 Nov 2020 22:33:54 +0100 Subject: [PATCH] Added tests to CMakeList --- tests/framework/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/framework/CMakeLists.txt b/tests/framework/CMakeLists.txt index b39f912af..1cc57986e 100644 --- a/tests/framework/CMakeLists.txt +++ b/tests/framework/CMakeLists.txt @@ -1,5 +1,6 @@ set (test_framework_sources + testBitField.cpp # testCascade.cpp this is most important, but whole content of former Processes folder missing yet testCombinedStack.cpp testCOMBoost.cpp -- GitLab