Create initial testsuite

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

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Bu işleme şunda yer alıyor:
Lars Hjemli
2007-11-11 00:40:58 +01:00
ebeveyn ab21082c21
işleme b4649fc905
12 değiştirilmiş dosya ile 299 ekleme ve 1 silme

13
tests/Makefile Normal dosya
Dosyayı Görüntüle

@@ -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