Files
bash-it/test/Makefile
buhl 90dd69c8ad Squashed 'vendor/github.com/erichs/composure/' content from commit 5c3698d
git-subtree-dir: vendor/github.com/erichs/composure
git-subtree-split: 5c3698df33cf92f9dbe75b807b1d29729989baaa
2021-01-31 14:56:34 +01:00

19 lines
185 B
Makefile

TARGET = tests
all: $(TARGET)
runtests:
./runtests.sh
runshellcheck:
./runshellcheck.sh
tests:
./wvtestrun $(MAKE) runshellcheck
clean::
rm -f *~ t/*~
rm -rf composure_test