summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-05 11:57:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-05 11:58:14 +0200
commit89d920e46c3426eab764214ab64f0c2cb908cf56 (patch)
tree21e900a5b4c5778ad4b0460fce9a32ad8686bb81 /tests/data/Makefile.inc
parent1573ebee8a8720f4d5eca35d8046370e47f48f43 (diff)
downloadcurl-89d920e46c3426eab764214ab64f0c2cb908cf56.tar.gz
test1521: test *all* curl_easy_setopt optionsbagder/test-all-setopts
mk-lib1521.pl generates a test program (lib1521.c) that calls curl_easy_setopt() for every known option with a few typical values to make sure they work (ignoring the return codes). Some small changes was necessary to avoid asserts and NULL accesses when doing this. The perl script is not automatically run but needs to be manually rerun when we add new options.
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r--tests/data/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index eaea9c6dc..155320aa5 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -160,7 +160,7 @@ test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \
test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \
test1516 test1517 \
\
-test1520 \
+test1520 test1521 \
\
test1525 test1526 test1527 test1528 test1529 test1530 test1531 test1532 \
test1533 test1534 test1535 test1536 test1537 test1538 \