Sign in
apache
/
subversion
/
refs/heads/cvs2svn-mmacek
/
.
/
tests
/
runtest.py
blob: 370f347cabca6bce6390bf6ae1e95ce3174e3d5a [
file
] [
log
] [
blame
]
#!/usr/bin/env python
import
sys
sys
.
path
.
append
(
"."
)
if
len
(
sys
.
argv
)
>
1
:
__import__
(
sys
.
argv
[
1
])
else
:
tests
=
[
'test1'
,
'space-fname'
,
'twoquick'
,
'attr-exec'
,
]
for
test
in
tests
:
print
"Running test"
,
test
__import__
(
test
)