diff options
author | Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | 2002-03-19 01:42:22 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 18:18:21 +0000 |
commit | b4a93add75df748f48998eef262a4df0db186872 (patch) | |
tree | c2df00cd2dd4d4d93bfc301a2f8cb8a446c98cc0 /win32/Makefile | |
parent | 51f30b2272d7ae9c209817505e7b4c9934e728dd (diff) | |
download | perl-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/Makefile | 8 |
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) |