]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Testsuite: Bugfix: Fix a typo that prevented all tests under ./deal.II/tests from...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Nov 2013 01:22:06 +0000 (01:22 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Nov 2013 01:22:06 +0000 (01:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@31743 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_testsuite.cmake

index a210f611c18a29ed0eef76b7498b06ea4ccd680d..9dc9756a7429d28186d9cae0df1d398b1e5b23f0 100644 (file)
@@ -114,7 +114,7 @@ LIST(REMOVE_DUPLICATES _categories)
 #
 
 FOREACH(_category ${_categories})
-  IF(EXISTS ${CMAKE_SOURCE_DIR}/${_category}/CMakeLists.txt)
+  IF(EXISTS ${CMAKE_SOURCE_DIR}/tests/${_category}/CMakeLists.txt)
     SET(_category_dir ${CMAKE_SOURCE_DIR}/tests/${_category})
   ELSEIF(EXISTS ${TEST_DIR}/${_category}/CMakeLists.txt)
     SET(_category_dir ${TEST_DIR}/${_category})

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.