summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2022-12-19 12:31:06 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-23 08:56:53 +0100
commitc7fb341c0eec9adf0bbb1da27622449bf5db45e8 (patch)
tree270f7924a889b822d9e23614645ac6067fcdc605 /tests/data/Makefile.inc
parentdb07301fbbaec96ace66aafae05d06e392170b3e (diff)
downloadcurl-c7fb341c0eec9adf0bbb1da27622449bf5db45e8.tar.gz
tests: add 3 new HTTP/2 test cases, plus https: support for nghttpx
- a simple https get - a simple https post - a multi get of 4 requests and check that same connection was used Closes #10114
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r--tests/data/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index 3e0221aca..3a6356bd1 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -243,6 +243,8 @@ test2200 test2201 test2202 test2203 test2204 test2205 \
\
test2300 test2301 test2302 test2303 test2304 \
\
+test2400 test2401 test2402 \
+\
test2500 \
\
test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \