summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-src/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zziplib/zziplib-src/test/Makefile.in')
-rw-r--r--Build/source/libs/zziplib/zziplib-src/test/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/zziplib/zziplib-src/test/Makefile.in b/Build/source/libs/zziplib/zziplib-src/test/Makefile.in
index 7b6c8ffda8f..5c0f42cf784 100644
--- a/Build/source/libs/zziplib/zziplib-src/test/Makefile.in
+++ b/Build/source/libs/zziplib/zziplib-src/test/Makefile.in
@@ -674,7 +674,10 @@ check-local: check-readme $(sfxtests) $(newtests)
check-tests: tests
tests:
@ test -f zziptests.py || cp -s -v $(srcdir)/zziptests.py .
- python zziptests.py -v
+ python zziptests.py --exeext "$(EXEEXT)" --topsrcdir "$(top_srcdir)"
+test_%:
+ @ test -f zziptests.py || cp -s -v $(srcdir)/zziptests.py .
+ python zziptests.py $@ -vvvv --exeext "$(EXEEXT)" --topsrcdir "$(top_srcdir)"
check-readme : $(zzcat) test.zip
@ test -f test.zip || $(MAKE) tmp/../test.zip