From 9b5c0c81a331d1c36812ad4b29c3cfc6d74b16f6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Feb 2016 11:21:54 -0500 Subject: [PATCH] Build: Included 'problems' script in build dir - Thanks to Gordon Ball. --- ChangeLog | 2 ++ test/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4aaceb4c9..a59f54763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -94,6 +94,8 @@ (thanks to pawprint). - Improved OpenBSD support (thanks to Kent R. Spillner). +- Included 'problems' script in build dir + (thanks to Gordon Ball). ------ current release --------------------------- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c0a3e25f1..9cb997f31 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -32,6 +32,7 @@ foreach (src_FILE ${test_SRCS}) endforeach (src_FILE) configure_file(run_all run_all COPYONLY) +configure_file(problems problems COPYONLY) #SET(CMAKE_BUILD_TYPE gcov) #SET(CMAKE_CXX_FLAGS_GCOV "--coverage")