From: djfiander Date: Wed, 19 Jul 2006 01:45:51 +0000 (+0000) Subject: Added target to run just the Evergreen-compatible tests X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9cf2a1eb6a2217211a539116846ea7f25996f073;p=working%2FSIPServer.git Added target to run just the Evergreen-compatible tests --- diff --git a/t/Makefile b/t/Makefile index bb41286..57be00e 100644 --- a/t/Makefile +++ b/t/Makefile @@ -3,6 +3,13 @@ # TESTS = 00sc_status.t 01patron_status.t 02patron_info.t 03checkout.t \ - 08checkin.t 09renew.t 11item_info.t 05block_patron.t + 04patron_status.t 05block_patron.t 06patron_enable.t 07hold.t \ + 08checkin.t 09renew.t 10renew_all.t 11item_info.t + +OILS_TESTS = 00sc_status.t 01patron_status.t 02patron_info.t 03checkout.t \ + 06patron_enable.t 08checkin.t 09renew.t 11item_info.t 05block_patron.t + +test-openils: + prove -I.. $(OILS_TESTS) test: prove -I.. $(TESTS)