Files
bash-it/vendor/github.com/erichs/composure/test/Makefile
buhl a0b6c4993a Add "composure" from "https://github.com/erichs/composure@1.3.1"
git-vendor-name: composure
git-vendor-dir: vendor/github.com/erichs/composure
git-vendor-repository: https://github.com/erichs/composure
git-vendor-ref: 1.3.1
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