test: added test 580 - verifies symbols-in-versions
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Nov 2010 21:27:33 +0000 (22:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Nov 2010 21:27:33 +0000 (22:27 +0100)
commitcc8791329435e3e992dff7488e5649e655f2fd54
tree1b923c324e765623d4cecf232c57d1432d3fbf10
parentca9f9cb8754b5b5010b76ec77b950eadbe42dc9b
test: added test 580 - verifies symbols-in-versions

The new perl script mk580.pl generates a C table in a fresh source file
named lib580.c and if that compiles fine we know that the file
docs/libcurl/symbols-in-versions at least doesn't include any symbols
that are misspelled.

An additional feature would be to somehow scan curl/curl.h and compare
with symbols-in-versions to see if there are symbols missing.
tests/libtest/Makefile.inc
tests/libtest/mk580.pl [new file with mode: 0644]