From: Matthias Maier Date: Tue, 8 Feb 2022 22:14:20 +0000 (-0600) Subject: CMake: add "performance" category X-Git-Tag: v9.4.0-rc1~518^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02641cdb25e7788b8bbc424cd4453d8e13c29e63;p=dealii.git CMake: add "performance" category --- 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()