]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/Makefile.am: fix 'checksrc' target
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Nov 2025 14:16:00 +0000 (15:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Nov 2025 22:13:55 +0000 (23:13 +0100)
commitd7d4de07c29d9c945800be05c63d78a0c2072d1b
tree2e473329e3266643bb96405a74ccdb08e1191933
parente6e1899b6e35466343f17a41ceabfcfb65bf11ce
tests/Makefile.am: fix 'checksrc' target

Skip the http and client subdirs as they contain no code to check. The
http clients are in libtests/ now.

Closes #19376
tests/Makefile.am