From: djfiander Date: Fri, 28 Jul 2006 23:05:35 +0000 (+0000) Subject: Adjust tests run for OpenILS. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dab5666f444df6e022f47f266cb3de715b19d69c;p=SIPServer.git Adjust tests run for OpenILS. --- 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)