From bfe029f3edb024596c473b4f8d0800d3f543df37 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 9 Dec 2014 15:13:04 +1100 Subject: minitest: run the sames tests on win32 as on POSIXish systems --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index cee9d70e0a..3ca3376d26 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1320,7 +1320,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES) attrib -r ..\t\*.* cd ..\t && \ # Note this perl.exe is miniperl - perl.exe TEST base/*.t comp/*.t cmd/*.t io/*.t opbasic/*.t op/*.t pragma/*.t + perl.exe TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t uni/*.t perf/*.t pragma/*.t test-prep : all utils ../pod/perltoc.pod $(XCOPY) $(PERLEXE) ..\t\$(NULL) -- cgit v1.2.1