From eaab265de25e450ddde2da0fcbd0c0285234f80d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Feb 2016 12:20:26 -0500 Subject: [PATCH] Test: Copied test scripts to build dir --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4a5e0ca0..12fc15ac 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,4 +22,5 @@ foreach (src_FILE ${test_SRCS}) endforeach (src_FILE) configure_file(run_all run_all COPYONLY) +configure_file(problems problems COPYONLY)