diff options
author | Tony Cook <tony@develop-help.com> | 2014-12-09 15:13:04 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-01-06 09:32:00 +1100 |
commit | bfe029f3edb024596c473b4f8d0800d3f543df37 (patch) | |
tree | fb3fa8d62fcfcc9b80d1767e253c7f21ffcaa338 /win32 | |
parent | a64c093f81b2020087bd2a8ccb9f74a862ec194f (diff) | |
download | perl-bfe029f3edb024596c473b4f8d0800d3f543df37.tar.gz |
minitest: run the sames tests on win32 as on POSIXish systems
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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) diff --git a/win32/makefile.mk b/win32/makefile.mk index ce8c94333b..bfe545807d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1597,7 +1597,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils 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) |