repo.or.cz
/
monkeycharger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removing log dir from .gitignore
[monkeycharger.git]
/
vendor
/
rails
/
actionwebservice
/
test
/
run
blob
c8c0372776230d8366c8fe91714ccb95c3a2915f
1
#!/usr/bin/env ruby
2
require
'test/unit'
3
$
:.
unshift
(
File
.
dirname
(
__FILE__
) +
'/../lib'
)
4
args
=
Dir
[
File
.
join
(
File
.
dirname
(
__FILE__
),
'*_test.rb'
)] +
Dir
[
File
.
join
(
File
.
dirname
(
__FILE__
),
'ws/*_test.rb'
)]
5
(
r
=
Test
::Unit::AutoRunner
.
new
(
true
)).
process_args
(
args
)
6
exit r
.
run