This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add t/opbasic to list of test directories in one location.
authorJames E Keenan <jkeenan@cpan.org>
Sat, 8 Dec 2012 14:24:31 +0000 (09:24 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 8 Dec 2012 14:24:31 +0000 (09:24 -0500)
For RT #115838; bulk88++.

win32/makefile.mk

index 1daeef6..13498f8 100644 (file)
@@ -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)