From e0bd27ff483639666693df1431f3e15d1b093632 Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 14 Sep 2013 10:55:17 +0000 Subject: [PATCH] Add some output git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30703 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/macros/macro_deal_ii_pickup_tests.cmake | 5 +++++ tests/CMakeLists.txt | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/cmake/macros/macro_deal_ii_pickup_tests.cmake b/deal.II/cmake/macros/macro_deal_ii_pickup_tests.cmake index ae2c374c8e..95daf6f6e9 100644 --- a/deal.II/cmake/macros/macro_deal_ii_pickup_tests.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_pickup_tests.cmake @@ -27,6 +27,8 @@ MACRO(DEAL_II_PICKUP_TESTS) GET_FILENAME_COMPONENT(_category ${CMAKE_CURRENT_SOURCE_DIR} NAME) + MESSAGE(STATUS "Process ./tests/${_category}") + FILE(GLOB _tests "*.output") FOREACH(_test ${_tests}) SET(_comparison ${_test}) @@ -92,5 +94,8 @@ MACRO(DEAL_II_PICKUP_TESTS) ENDIF() ENDFOREACH() + + MESSAGE(STATUS "Process ./tests/${_category} - Done") + ENDMACRO() diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a7e3ef3601..18fa3125ef 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -20,7 +20,8 @@ INCLUDE(setup_testsuite) -MESSAGE(STATUS "Proceed to test definitions") +MESSAGE(STATUS "") +MESSAGE(STATUS "Proceed to test definitions now:") ADD_SUBDIRECTORY(a-framework) ADD_SUBDIRECTORY(all-headers) -- 2.39.5