diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-16 12:10:40 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-16 12:10:40 +0000 |
commit | 106cf76e392294bc0fe10a3efa306d011f3b2e3c (patch) | |
tree | ff54cad0fbd5225a10d65a6e25c0cea96f90ed10 /win32 | |
parent | e1f863dc7e8c105e492a5ae2011133029d31f33f (diff) | |
download | perl-106cf76e392294bc0fe10a3efa306d011f3b2e3c.tar.gz |
Teach win32/makefile.mk 'test_porting'
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) |