]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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)
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

index 639da33809606bff6cb439b649825715c572160c..45cfc0f88faa2ce8f3f6310dbd3b9c6993e21105 100644 (file)
@@ -178,8 +178,6 @@ checksrc:
        (cd unit && $(MAKE) checksrc)
        (cd tunit && $(MAKE) checksrc)
        (cd server && $(MAKE) checksrc)
-       (cd client && $(MAKE) checksrc)
-       (cd http && $(MAKE) checksrc)
 
 all-local: $(MANFILES) build-certs