diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-27 18:56:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-27 18:56:26 +0300 |
commit | a838ef960f1bbd0b82b05ad23118a03f69316a26 (patch) | |
tree | d1e7bfe68a4b11bd634a6f9d8c4d930a3ad8e6ef /Makefile | |
parent | 012318d7beafe23dc807f6b6caba1bf4183f1f5b (diff) | |
download | repository-a838ef960f1bbd0b82b05ad23118a03f69316a26.tar.gz |
add tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..9d803354 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + @echo "Run 'make test' in order to run tests." + +test: + shellcheck -f gcc ./*/*/build ./*/*/post-install ./*/*/test |