diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 03d7276e2f..bae8edb861 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1439,6 +1439,10 @@ test : test-prep set PERL_STATIC_EXT=$(STATIC_EXT) && \ cd ..\t && $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) $(TEST_FILES) +test_porting : test-prep + set PERL_STATIC_EXT=$(STATIC_EXT) && \ + cd ..\t && $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) porting\*.t ..\lib\diagnostics.t + test-reonly : reonly utils $(XCOPY) $(PERLEXE) ..\t\$(NULL) $(XCOPY) $(PERLDLL) ..\t\$(NULL) |