diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 4deab325d16ae76b3e7de1c95513af0decff25fb..3cfbfd2e4564fe408b9054b58949d409744188ee 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -158,6 +158,7 @@ test tests: build_tests build_apps build_engines rehash ( cd test; \ SRCTOP=../$(SRCDIR) \ BLDTOP=../$(BLDDIR) \ + EXE_EXT=$(EXE_EXT) \ $(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) ) list-tests: