From: Daniel Stenberg Date: Wed, 5 Nov 2025 14:16:00 +0000 (+0100) Subject: tests/Makefile.am: fix 'checksrc' target X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7d4de07c29d9c945800be05c63d78a0c2072d1b;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 639da33809..45cfc0f88f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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