summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2012-12-02 08:25:42 -0500
committerJames E Keenan <jkeenan@cpan.org>2012-12-07 20:05:01 -0500
commitbb52f720b393a99bfdff2d2303fb399ef97473a6 (patch)
treef6523dba5698675afad95bd293347422f6084b4f /win32
parent8a5eedb005f7c37f37bea546d40741b5a9ccfad2 (diff)
downloadperl-bb52f720b393a99bfdff2d2303fb399ef97473a6.tar.gz
Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of new
directory t/opbasic. For RT #115838
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 2c3d52dcbe..b5728fe7f6 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1307,7 +1307,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES)
$(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)