aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-01 17:57:32 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-01 19:15:48 +0100
commit23bf8bf5977073a91353f992ee0dd608be1d45fe (patch)
tree9edeb910327228950ea1cbafaf3eb10e4b172edd /test/CMakeLists.txt
parent18dbc00dc30db7ca5fa7bd6a00115628324dcd0c (diff)
downloadPROJ-23bf8bf5977073a91353f992ee0dd608be1d45fe.tar.gz
PROJ-23bf8bf5977073a91353f992ee0dd608be1d45fe.zip
Rename test/old/ to test/cli/ to better reflect their nature
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ae3d6bf4..c46ad5d7 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -52,5 +52,5 @@ proj_add_gie_test("GIGS-5208" "gigs/5208.gie")
# ${TEST_MAIN_SRC}
# ${CATCH2_INCLUDE} )
-add_subdirectory(old)
+add_subdirectory(cli)
add_subdirectory(unit)