]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: remove old prm-test workarounds
authorMatthias Maier <tamiko@43-1.org>
Mon, 26 Dec 2022 03:45:01 +0000 (21:45 -0600)
committerMatthias Maier <tamiko@43-1.org>
Mon, 26 Dec 2022 03:45:01 +0000 (21:45 -0600)
tests/a-framework/CMakeLists.txt

index dd839da7a001e33a6aaa582f9c03a7553a5116d9..f515a9f317aa59be1a7931aaeef148c5903b0e76 100644 (file)
@@ -2,26 +2,11 @@ cmake_minimum_required(VERSION 3.3.0)
 include(../setup_testsubproject.cmake)
 project(testsuite CXX)
 
-add_executable(dummy.release dummy.cc)
-add_executable(dummy.debug dummy.cc)
-set(TEST_TARGET_RELEASE dummy.release)
-set(TEST_TARGET_DEBUG dummy.debug)
+add_executable(dummy dummy.cc)
+set(TEST_TARGET dummy)
 
 deal_ii_pickup_tests()
 
-#
-# Limit concurrency between the two parameter file tests.
-#
-foreach(_build ${DEAL_II_BUILD_TYPES})
-  string(TOLOWER ${_build} _build)
-  if(TARGET parameter_file_2.${_build}.diff AND
-     TARGET parameter_file_1.${_build}.diff )
-    set_tests_properties(a-framework/parameter_file_2.${_build} PROPERTIES
-      DEPENDS a-framework/parameter_file_1.${_build}
-      )
-  endif()
-endforeach()
-
 
 #
 # And a configure test:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.