]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: parse data/Makefile.inc instead of using make 7177/head
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2021 14:38:57 +0000 (16:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2021 21:21:18 +0000 (23:21 +0200)
commit3c0f4622cdfd6952d6b88c6457624757a25b52fe
tree4f0ca5cfbc21194b91176e66eba53cac2476fe9e
parente4db6fb02c33546ebf946b16c2bd1f9d047f9c63
runtests: parse data/Makefile.inc instead of using make

The warning about missing entries in that file then doesn't require that
the Makefile has been regenerated which was confusing.

The scan for the test num is a little more error prone than before
(since now it doesn't actually verify that it is legitimate Makefile
syntax), but I think it is good enough.

Closes #7177
tests/data/Makefile.am
tests/runtests.pl