aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-09-08 13:08:19 +0000
committermerakor <cem@ckyln.com>2020-09-08 13:08:19 +0000
commitc4e6afcc4487ce3107eb5c6a3624082104b676b6 (patch)
treeed4c62c325b829faf8afc1235bd4cbe73731a642 /Makefile
parenta5751ed0a949c0e6735dbfcedc7eb1cd07e76cd1 (diff)
downloadcpt-c4e6afcc4487ce3107eb5c6a3624082104b676b6.tar.gz
tests: run primitive shellcheck instead of downloading
FossilOrigin-Name: 224becc92e0c99c79727da460d3c054dae031dd75fa5c4e20428ae5c1881ad30
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64b914d..3b2529b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ test: ${BIN}
bin/cpt-stat bin
bin/cpt-stat Makefile
bin/cpt-readlink /bin/sh
- shellcheck -P src -x -f gcc src/* contrib/*
+ ${MAKE} -C src test
install-bin: ${BIN}
for bin in ${BIN}; do \