diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 16:20:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:38:36 +0200 |
commit | d3252e000c96f31456667c3033c13d83e2628d29 (patch) | |
tree | 07b8025dbb119659da2d0d08e07134d511776ed0 /Makefile.am | |
parent | 19fafa1f5ada1398557632975a04173014813b97 (diff) | |
download | curl-d3252e000c96f31456667c3033c13d83e2628d29.tar.gz |
checksrc: run checksrc in tests when 'make checksrc' in root
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a5dc8d3c2..6a6186906 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,6 +282,7 @@ ca-firefox: lib/firefox-db2pem.sh checksrc: cd lib && $(MAKE) checksrc cd src && $(MAKE) checksrc + cd tests && $(MAKE) checksrc .PHONY: vc-ide |