Add tests
This commit is contained in:
parent
cc7669e842
commit
be273475c9
4 changed files with 23 additions and 0 deletions
4
tests/Makefile
Normal file
4
tests/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
.PHONY = all
|
||||
|
||||
all:
|
||||
@for x in *.sh ; do sh "$$x" || exit 1 ; done
|
Loading…
Add table
Add a link
Reference in a new issue