projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1ab7f
)
Adjust tests run for OpenILS.
author
djfiander
<djfiander>
Fri, 28 Jul 2006 23:05:35 +0000
(23:05 +0000)
committer
djfiander
<djfiander>
Fri, 28 Jul 2006 23:05:35 +0000
(23:05 +0000)
t/Makefile
patch
|
blob
|
history
diff --git
a/t/Makefile
b/t/Makefile
index
57be00e
..
9f2e248
100644
(file)
--- 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 \
- 0
6patron_enable.t 0
8checkin.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)