summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-12-09 15:13:04 +1100
committerTony Cook <tony@develop-help.com>2015-01-06 09:32:00 +1100
commitbfe029f3edb024596c473b4f8d0800d3f543df37 (patch)
treefb3fa8d62fcfcc9b80d1767e253c7f21ffcaa338 /win32/Makefile
parenta64c093f81b2020087bd2a8ccb9f74a862ec194f (diff)
downloadperl-bfe029f3edb024596c473b4f8d0800d3f543df37.tar.gz
minitest: run the sames tests on win32 as on POSIXish systems
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 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)