Squashed 'vendor/github.com/erichs/composure/' content from commit 5c3698d
git-subtree-dir: vendor/github.com/erichs/composure git-subtree-split: 5c3698df33cf92f9dbe75b807b1d29729989baaa
This commit is contained in:
18
test/Makefile
Normal file
18
test/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
TARGET = tests
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
runtests:
|
||||
./runtests.sh
|
||||
|
||||
runshellcheck:
|
||||
./runshellcheck.sh
|
||||
|
||||
tests:
|
||||
./wvtestrun $(MAKE) runshellcheck
|
||||
|
||||
clean::
|
||||
rm -f *~ t/*~
|
||||
rm -rf composure_test
|
||||
|
||||
Reference in New Issue
Block a user