diff options
author | merakor <cem@ckyln.com> | 2020-09-08 13:08:19 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-09-08 13:08:19 +0000 |
commit | c4e6afcc4487ce3107eb5c6a3624082104b676b6 (patch) | |
tree | ed4c62c325b829faf8afc1235bd4cbe73731a642 /src | |
parent | a5751ed0a949c0e6735dbfcedc7eb1cd07e76cd1 (diff) | |
download | cpt-c4e6afcc4487ce3107eb5c6a3624082104b676b6.tar.gz |
tests: run primitive shellcheck instead of downloading
FossilOrigin-Name: 224becc92e0c99c79727da460d3c054dae031dd75fa5c4e20428ae5c1881ad30
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..aae4e59 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,4 @@ +test: + shellcheck -x -f gcc ./cpt* ../contrib/* + +.PHONY: test |