From f97e68f1d69f6673ca60bc6ca2f67818e1982617 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 19 Sep 2015 12:46:44 -0400 Subject: [PATCH] Build: Ensured 'run_all' is present in the test dir - Thanks to Gordon Ball. --- AUTHORS | 1 + test/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 27b64588f..ec76322c7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -121,6 +121,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Daniel Shahaf Johannes Wienke Alan Young + Gordon Ball Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8173275aa..d2021ed42 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -31,6 +31,8 @@ foreach (src_FILE ${test_SRCS}) target_link_libraries (${src_FILE} task commands task columns ${TASK_LIBRARIES}) endforeach (src_FILE) +configure_file(run_all run_all COPYONLY) + #SET(CMAKE_BUILD_TYPE gcov) #SET(CMAKE_CXX_FLAGS_GCOV "--coverage") #SET(CMAKE_C_FLAGS_GCOV "--coverage")