Teach win32/Makefile 'test_porting'
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 16 Dec 2011 12:13:46 +0000 (12:13 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 16 Dec 2011 12:13:46 +0000 (12:13 +0000)
win32/Makefile

index 426cbcb..80de004 100644 (file)
@@ -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)