summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zakrzewski <slither.jz@gmail.com>2020-11-27 21:06:03 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-07 10:33:35 +0100
commitcfea4f2f4dc316c38694440ef2eed899a3e7d207 (patch)
treecb31f52bcd363d80d2b16e3466c1791242de1556
parentd9d01672785b8ac04aab1abb6de95fe3072ae199 (diff)
downloadcurl-cfea4f2f4dc316c38694440ef2eed899a3e7d207.tar.gz
cmake: don't use reserved target name 'test'
CMake up to 3.10 always reserves this name Fixes #6257 Closes #6258
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index c02858380..acd53d3e7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -41,7 +41,6 @@ function(add_runtests targetname test_flags)
)
endfunction()
-add_runtests(test "")
add_runtests(test-quiet "-a -s")
add_runtests(test-am "-a -am")
add_runtests(test-full "-a -p -r")