[cig-commits] [commit] master: also track dependencies for the new .sh test scripts (2d78df8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Sep 1 10:48:01 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/30ebdbf18265d5d129d98b6ca5f079916558687c...81c3920f5c4322ef3814b587ff70b740a78e87b2

>---------------------------------------------------------------

commit 2d78df824ed00969484f6e2ec830e2991bd7b8e0
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon Sep 1 12:54:30 2014 -0400

    also track dependencies for the new .sh test scripts


>---------------------------------------------------------------

2d78df824ed00969484f6e2ec830e2991bd7b8e0
 tests/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 8098637..c631e9e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -172,6 +172,7 @@ FOREACH(_test ${_tests})
     # output (currently screen-output only).
     IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_test}.sh)
         SET(_replacement_script "${CMAKE_CURRENT_SOURCE_DIR}/${_test}.sh")
+        SET(_testdepends ${_testdepends} ${CMAKE_CURRENT_SOURCE_DIR}/${_test}.sh)
     ELSE()
         SET(_replacement_script "${CMAKE_CURRENT_SOURCE_DIR}/default.sh")
     ENDIF()



More information about the CIG-COMMITS mailing list