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")