From 9c51b91fd3ceaa473b452fe2e2665003277a3cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=EBl=20Delaval?= Date: Mon, 16 Jul 2012 16:12:16 +0200 Subject: [PATCH] Correct ctest configuration SET_TEST_PROPERTIES does not work with ctest < 2.8.0 --- test/CTestTestfile.cmake | 5 +---- test/gen_ctests | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/test/CTestTestfile.cmake b/test/CTestTestfile.cmake index e5bc1c6..7291c71 100644 --- a/test/CTestTestfile.cmake +++ b/test/CTestTestfile.cmake @@ -171,7 +171,4 @@ ADD_TEST(compile_gcc_run_tuple_args "scripts/compile_gcc_run" "good/tuple_args.e ADD_TEST(compile_gcc_run_type_alias "scripts/compile_gcc_run" "good/type_alias.ept") ADD_TEST(compile_gcc_run_updown "scripts/compile_gcc_run" "good/updown.ept") ADD_TEST(compile_gcc_run_when_merge1 "scripts/compile_gcc_run" "good/when_merge1.ept") -SET_TEST_PROPERTIES(compile_only_t2 PROPERTIES DEPENDS compiler_only_t1) -SET_TEST_PROPERTIES(compile_only_t2open PROPERTIES DEPENDS compiler_only_t1) -SET_TEST_PROPERTIES(compile_gcc_run_t2 PROPERTIES DEPENDS compiler_gcc_run_t1) -SET_TEST_PROPERTIES(compile_gcc_run_t2open PROPERTIES DEPENDS compiler_gcc_run_t1) + diff --git a/test/gen_ctests b/test/gen_ctests index e0834fc..62191d8 100755 --- a/test/gen_ctests +++ b/test/gen_ctests @@ -13,8 +13,3 @@ for i in good/*.ept; do done - -echo 'SET_TEST_PROPERTIES(compile_only_t2 PROPERTIES DEPENDS compiler_only_t1)' -echo 'SET_TEST_PROPERTIES(compile_only_t2open PROPERTIES DEPENDS compiler_only_t1)' -echo 'SET_TEST_PROPERTIES(compile_gcc_run_t2 PROPERTIES DEPENDS compiler_gcc_run_t1)' -echo 'SET_TEST_PROPERTIES(compile_gcc_run_t2open PROPERTIES DEPENDS compiler_gcc_run_t1)'