]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update documentation and fix log output
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Sep 2013 16:27:20 +0000 (16:27 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Sep 2013 16:27:20 +0000 (16:27 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30717 0785d39b-7218-0410-832d-ea1e28bc413d

tests/README
tests/all-headers/CMakeLists.txt
tests/build_tests/CMakeLists.txt

index 7788bbc507162000d7007a0aa4a347e5f2b86a93..7dc46144ace77ad9b803059e0aba8df9e6909d21 100644 (file)
@@ -101,7 +101,7 @@ How to set up and run the testsuite
 
 To enable the testsuite, configure deal.II in a build directory with
 
-  # cmake -DBUILD_TESTING=ON .
+  # cmake -DTESTSUITE=ON .
 
 After you have build deal.II as usual (installation is not necessary) you
 can run the testsuite in the _build directory_ via
@@ -145,7 +145,7 @@ Setup only a subset of tests
 It is possible to set up only a subset of tests that match a regular
 expression during configuration:
 
-  # cmake -DBUILD_TESTING=ON -DTEST_PICKUP_REGEX="<regular expression>" .
+  # cmake -DTESTSUITE=ON -DTEST_PICKUP_REGEX="<regular expression>" .
 
 Note: If you wish to disable this filter again, undefine TEST_PICKUP_REGEX
 in the Cache:
index a3cb5dca3d5c3bc20e668eeff4e2439ef7038995..e1521c170b49dd50847b9adfc4d3a9f9cb25c726 100644 (file)
@@ -23,6 +23,8 @@
 #
 
 SET(_category all-headers)
+MESSAGE(STATUS "Process ./tests/${_category}")
+
 FILE(GLOB_RECURSE _header ${CMAKE_SOURCE_DIR}/include/*.h)
 
 FOREACH(_full_file ${_header})
@@ -68,3 +70,5 @@ FOREACH(_full_file ${_header})
     ENDIF()
   ENDFOREACH()
 ENDFOREACH()
+
+MESSAGE(STATUS "Process ./tests/${_category} - Done")
index 99aab0fc5d9735902f47a01ea7dacb6f82ac21cf..2bb8d008b857dff98669309843296bc9f9bfac14 100644 (file)
@@ -26,6 +26,7 @@
 #
 
 SET(_category build_tests)
+MESSAGE(STATUS "Process ./tests/${_category}")
 
 # Run a minimalistic set of steps in debug configuration:
 SET(_debug_steps
@@ -155,3 +156,5 @@ FOREACH(_step_full ${_steps})
     ENDIF()
   ENDFOREACH()
 ENDFOREACH()
+
+MESSAGE(STATUS "Process ./tests/${_category} - Done")

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.