From 02641cdb25e7788b8bbc424cd4453d8e13c29e63 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 8 Feb 2022 16:14:20 -0600 Subject: [PATCH] CMake: add "performance" category --- tests/performance/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/performance/CMakeLists.txt diff --git a/tests/performance/CMakeLists.txt b/tests/performance/CMakeLists.txt new file mode 100644 index 0000000000..0305d274cd --- /dev/null +++ b/tests/performance/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS() -- 2.39.5