Commit 7a01b33c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tests/Makefile: run checksrc on debug builds

... just like we already do in src/ and lib/
parent e7458c1b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -99,3 +99,8 @@ checksrc:
	cd libtest && $(MAKE) checksrc
	cd unit && $(MAKE) checksrc
	cd server && $(MAKE) checksrc

if CURLDEBUG
# for debug builds, we scan the sources on all regular make invokes
all-local: checksrc
endif