diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-20 01:47:01 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-20 01:47:01 (GMT) |
commit | b7d1c94dc1462dae0b7a23ddffe1f91c57308aa8 (patch) | |
tree | 084641f8f35e1b53400dd2f82a92cd1971a12abb /tests | |
parent | c304adabe26887dc35599a44384ab5ada24a88ca (diff) |
remove unnecessary copy of test_pretty_print.py to builddir
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2ada23c..b7541e3 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -872,9 +872,6 @@ endif() message(STATUS "creating CTestCustom.cmake") file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake ${TMP}) -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test_pretty_print.py - ${CMAKE_CURRENT_BINARY_DIR}/test_pretty_print.py COPYONLY) - # Add tests add_cmdline_test(echotest txt ${ECHO_FILES}) |