Create initial testsuite

This creates a simple testsuite, heavily inspired by the testsuite in git.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-11-11 00:40:58 +01:00
orang tua ab21082c21
melakukan b4649fc905
12 mengubah file dengan 299 tambahan dan 1 penghapusan

13
tests/Makefile Normal file
Melihat File

@@ -0,0 +1,13 @@
T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
all: $(T)
$(T):
@$@
clean:
$(RM) -rf trash
.PHONY: $(T) clean