From 247c55c00b852ec1da004aff2c0e2d4b07af55ab Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Fri, 16 Dec 2011 12:13:46 +0000 Subject: [PATCH] Teach win32/Makefile 'test_porting' --- win32/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/win32/Makefile b/win32/Makefile index 426cbcb..80de004 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1242,6 +1242,11 @@ test : test-prep $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) $(TEST_FILES) cd ..\win32 +test_porting : test-prep + cd ..\t + $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) porting\*.t ..\lib\diagnostics.t + cd ..\win32 + test-reonly : reonly utils $(XCOPY) $(PERLEXE) ..\t\$(NULL) $(XCOPY) $(PERLDLL) ..\t\$(NULL) -- 1.8.3.1