Added target to run just the Evergreen-compatible tests
authordjfiander <djfiander>
Wed, 19 Jul 2006 01:45:51 +0000 (01:45 +0000)
committerdjfiander <djfiander>
Wed, 19 Jul 2006 01:45:51 +0000 (01:45 +0000)
t/Makefile

index bb41286..57be00e 100644 (file)
@@ -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)