summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-14 08:09:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-14 08:09:31 +0100
commit885eea10b097f69d5527c072d4b4f8afd16faa4e (patch)
tree8b5c9018162b7f6cbdba1e32c643fc8495dbd167
parente916025f3247f80ad3e8dbbaf661f313c1dbfe14 (diff)
downloadcurl-885eea10b097f69d5527c072d4b4f8afd16faa4e.tar.gz
TODO: cmake test suite improvements
Closes #3109
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 8c69e3fbd..d6240d4d5 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -165,6 +165,7 @@
19. Build
19.1 roffit
19.2 Enable PIE and RELRO by default
+ 19.3 cmake test suite improvements
20. Test suite
20.1 SSL tunnel
@@ -1152,6 +1153,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
to no impact, neither on the performance nor on the general functionality of
curl.
+19.3 cmake test suite improvements
+
+ The cmake build doesn't support 'make show' so it doesn't know which tests
+ are in the makefile or not (making appveyor builds do many false warnings
+ about it) nor does it support running the test suite if building out-of-tree.
+
+ See https://github.com/curl/curl/issues/3109
20. Test suite