Setup testing system using assert.sh

This commit is contained in:
2013-06-26 21:43:42 +02:00
parent 21a0f78f41
commit 5abbdd7853
3 changed files with 174 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
test:
test/run.sh
.SILENT:
.PHONY: test