mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
tests/Makefile: run checksrc on debug builds
... just like we already do in src/ and lib/
This commit is contained in:
parent
e7458c1bc3
commit
7a01b33c31
@ -99,3 +99,8 @@ checksrc:
|
|||||||
cd libtest && $(MAKE) checksrc
|
cd libtest && $(MAKE) checksrc
|
||||||
cd unit && $(MAKE) checksrc
|
cd unit && $(MAKE) checksrc
|
||||||
cd server && $(MAKE) checksrc
|
cd server && $(MAKE) checksrc
|
||||||
|
|
||||||
|
if CURLDEBUG
|
||||||
|
# for debug builds, we scan the sources on all regular make invokes
|
||||||
|
all-local: checksrc
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user