diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-29 14:38:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-04-03 23:24:39 +0200 |
commit | 9506d01ee50d5908138ebad0fd9fbd39b66bd64d (patch) | |
tree | 9ac9aa6db354d2d98406fabf6e589a89d4d8c692 /tests/data | |
parent | 5f1163517e1597339d980b6504dbbece43c7027c (diff) |
include: curl/system.h is a run-time version of curlbuild.h
system.h is aimed to replace curlbuild.h at a later point in time when
we feel confident system.h works sufficiently well.
curl/system.h is currently used in parallel with curl/curlbuild.h
curl/system.h determines a data sizes, data types and include file
status based on available preprocessor defines instead of getting
generated at build-time. This, in order to avoid relying on a build-time
generated file that makes it complicated to do 32 and 64 bit bields from
the same installed set of headers.
Test 1541 verifies that system.h comes to the same conclusion that
curlbuild.h offers.
Closes #1373
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.inc | 2 | ||||
-rw-r--r-- | tests/data/test1541 | 22 |
2 files changed, 23 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index e908c12b9..d89d53249 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -163,7 +163,7 @@ test1520 \ \ test1525 test1526 test1527 test1528 test1529 test1530 test1531 test1532 \ test1533 test1534 test1535 test1536 \ -test1540 \ +test1540 test1541 \ \ test1600 test1601 test1602 test1603 test1604 test1605 \ \ diff --git a/tests/data/test1541 b/tests/data/test1541 new file mode 100644 index 000000000..3d04cb4f9 --- /dev/null +++ b/tests/data/test1541 @@ -0,0 +1,22 @@ +<testcase> +<info> +<keywords> +typecheck +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> + <name> +verify curl/system.h detection + </name> +<tool> +lib1541 +</tool> +</client> + +</testcase> |