From dab5666f444df6e022f47f266cb3de715b19d69c Mon Sep 17 00:00:00 2001 From: djfiander Date: Fri, 28 Jul 2006 23:05:35 +0000 Subject: [PATCH] Adjust tests run for OpenILS. --- t/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index 57be00e..9f2e248 100644 --- a/t/Makefile +++ b/t/Makefile @@ -7,9 +7,10 @@ TESTS = 00sc_status.t 01patron_status.t 02patron_info.t 03checkout.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 + 08checkin.t 09renew.t 11item_info.t 05block_patron.t test-openils: prove -I.. $(OILS_TESTS) + test: prove -I.. $(TESTS) -- 2.11.0