From c00a6d6f01a9e10ae9d0c306b7573f3cf35288fb Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 28 May 2020 10:27:40 -0400 Subject: [PATCH] add tests/multithreading/ --- tests/multithreading/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/multithreading/CMakeLists.txt diff --git a/tests/multithreading/CMakeLists.txt b/tests/multithreading/CMakeLists.txt new file mode 100644 index 0000000000..d33eafa20b --- /dev/null +++ b/tests/multithreading/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS() -- 2.39.5