From 9cf2a1eb6a2217211a539116846ea7f25996f073 Mon Sep 17 00:00:00 2001 From: djfiander Date: Wed, 19 Jul 2006 01:45:51 +0000 Subject: [PATCH] Added target to run just the Evergreen-compatible tests --- t/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) -- 2.11.0