aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-03-12 01:35:56 -0500
committerGitHub <noreply@github.com>2021-03-12 01:35:56 -0500
commitf38a00a01ef0c329f0c46ba05cdf6597ffb3fa02 (patch)
treebc9e0d9d9b6eb3b79eee426ef66625191702ac01 /test
parent7e86d78e540d15f8da5e7a75517cd4d967a7bc88 (diff)
downloadreloc-master.tar.gz
Delete generated test input if it exists (#4)HEAD1.3.0master
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 948e169..324c77a 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -11,9 +11,9 @@ set(INPUT_FN
set(OUTPUT_FN
test_data.out)
+file(REMOVE ${INPLACE_FN})
configure_file(${INPUT_FN} ${INPUT_FN} COPYONLY)
configure_file(${INPUT_FN} ${INPLACE_FN} COPYONLY)
-file(REMOVE ${INPLACE_FN})
file(REMOVE ${OUTPUT_FN})
include_directories("${CMAKE_SOURCE_DIR}")