OSDN Git Service

* tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
[lha/lha.git] / tests / Makefile.am
index 9bad6ea..ea7b016 100644 (file)
@@ -1,5 +1,19 @@
 ## Process this file with automake to produce Makefile.in
-EXTRA_DIST = lha-test
-TESTSUITE = lha-test
+check_SCRIPTS = lha-test
+EXTRA_DIST =   lha-test2 \
+               lha-test3 \
+               lha-test4 \
+               lha-test5 \
+               lha-test6 \
+               lha-test7 \
+               lha-test8 \
+               lha-test9 \
+               lha-test10
+
+DISTCLEANFILES = test.log
+
 check-local:
-       bash $(TESTSUITE)
+       bash ./lha-test
+
+lha-test: $(top_builddir)/config.status $(srcdir)/lha-test.in
+       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@