]> granicus.if.org Git - curl/commit
symbol-scan: verifies symbols-in-versions
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Nov 2010 10:20:19 +0000 (11:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Nov 2010 10:20:19 +0000 (11:20 +0100)
commit29de7dd288886679f3596014887b09f2e522633e
treee2f588c0dc71867abfecc19d927578813ef74a5c
parent52e3c60c8641323e95f7018650dc4ad8fc82e6e8
symbol-scan: verifies symbols-in-versions

This new script scans for all enums and #defines used by the curl/curl.h
and curl/multi.h headers. Then it reads all symbols mentioned in
symbols-in-vesions and make sure that there's no entries missing in
there. It then proceeds to verify that the entries that
symbols-in-vesions mentions but aren't found in the sources are truly
documented as removed.

This script is used in the new test case 1119
tests/symbol-scan.pl [new file with mode: 0644]