Add helper script convsrctest.pl to manipulate --libcurl tests.
authorColin Hogben <curl@pythontech.co.uk>
Thu, 23 Feb 2012 09:53:26 +0000 (09:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Feb 2012 21:33:06 +0000 (22:33 +0100)
commit21130dab4f8266a6ec8aa48ed7aec37137493977
tree611c69e298ae26b6b0e7b126b52ab33cfdb631b7
parentc3cae332c5fa5d4d50c45e9aeeb7efdc267dafd2
Add helper script convsrctest.pl to manipulate --libcurl tests.

The intention is to take the output of curl's --libcurl option,
as exercised in test 14xx, and generate a corresponding test15xx
in which the generated code is compiled and run.  This will verify
that the generated code behaves equivalently to the original
invocation of the curl command.

The script is not yet integrated into the configure / makefile
machinery.
tests/convsrctest.pl [new file with mode: 0755]
tests/getpart.pm