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
父節點 ab21082c21
當前提交 b4649fc905
共有 12 個文件被更改,包括 299 次插入1 次删除

13
tests/Makefile Normal 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