Build: Ensured 'run_all' is present in the test dir

- Thanks to Gordon Ball.
This commit is contained in:
Paul Beckingham 2015-09-19 12:46:44 -04:00
parent 224d5c1b9b
commit f97e68f1d6
2 changed files with 3 additions and 0 deletions

View file

@ -121,6 +121,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
Daniel Shahaf Daniel Shahaf
Johannes Wienke Johannes Wienke
Alan Young Alan Young
Gordon Ball
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:

View file

@ -31,6 +31,8 @@ foreach (src_FILE ${test_SRCS})
target_link_libraries (${src_FILE} task commands task columns ${TASK_LIBRARIES}) target_link_libraries (${src_FILE} task commands task columns ${TASK_LIBRARIES})
endforeach (src_FILE) endforeach (src_FILE)
configure_file(run_all run_all COPYONLY)
#SET(CMAKE_BUILD_TYPE gcov) #SET(CMAKE_BUILD_TYPE gcov)
#SET(CMAKE_CXX_FLAGS_GCOV "--coverage") #SET(CMAKE_CXX_FLAGS_GCOV "--coverage")
#SET(CMAKE_C_FLAGS_GCOV "--coverage") #SET(CMAKE_C_FLAGS_GCOV "--coverage")