summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorNikola Knezevic <indy@tesla.rcub.bg.ac.yu>2002-03-19 01:42:22 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-19 18:18:21 +0000
commitb4a93add75df748f48998eef262a4df0db186872 (patch)
treec2df00cd2dd4d4d93bfc301a2f8cb8a446c98cc0 /win32/Makefile
parent51f30b2272d7ae9c209817505e7b4c9934e728dd (diff)
downloadperl-b4a93add75df748f48998eef262a4df0db186872.tar.gz
Add targer _test to win32 makefiles
Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15331
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 2734229a82..eea51dc078 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1077,6 +1077,14 @@ test-wide-notty : test-prep
$(PERLEXE) -I..\lib harness
cd ..\win32
+_test :
+ $(XCOPY) $(PERLEXE) ..\t\$(NULL)
+ $(XCOPY) $(PERLDLL) ..\t\$(NULL)
+ $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
+ cd ..\t
+ $(PERLEXE) -I..\lib harness
+ cd ..\win32
+
clean : Extensions_clean
-@$(DEL) miniperlmain$(o)
-@$(DEL) $(MINIPERL)