Start adding a test suite.

This commit is contained in:
Eric Anholt
2006-08-31 14:25:33 -07:00
committed by Damien Lespiau
parent 356ce76d44
commit e3cc73bec4
7 changed files with 36 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
check_SCRIPTS = run-test.sh
TESTS_ENVIRONMENT = top_builddir=${top_builddir}
TESTS = \
mov
TESTDATA = \
mov.expected \
mov.g4a
EXTRA_DIST = \
${TESTDATA} \
run-test.sh
$(TESTS): run-test.sh
sed "s|TEST|$@|g" ${srcdir}/run-test.sh > $@
chmod +x $@
CLEANFILES = \
*.out \
${TESTS}