summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2012-12-08 09:24:31 -0500
committerJames E Keenan <jkeenan@cpan.org>2012-12-08 09:24:31 -0500
commit32ac41f2f22f799ffe8b33877495d1460e4e6aa8 (patch)
tree63e20d077f2347c964bda7b35d9467b42766191f /win32
parentb1c96fce6c54beaec02dbeee42970beb56299347 (diff)
downloadperl-32ac41f2f22f799ffe8b33877495d1460e4e6aa8.tar.gz
Add t/opbasic to list of test directories in one location.
For RT #115838; bulk88++.
Diffstat (limited to 'win32')
-rw-r--r--win32/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 1daeef663f..13498f8be1 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1486,7 +1486,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils
$(XCOPY) $(GLOBEXE) ..\t\$(NULL)
attrib -r ..\t\*.*
cd ..\t && \
- $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t
+ $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t opbasic/*.t op/*.t pragma/*.t
test-prep : all utils ..\pod\perltoc.pod
$(XCOPY) $(PERLEXE) ..\t\$(NULL)