repo.or.cz
/
wvtest.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
javascript: support using nodejs as jsshell interpreter.
[wvtest.git]
/
python
/
Makefile
blob
d439e55896922e43b6decfd55ce513667fd90ee1
1
2
all
:
3
@echo
"Try: make test"
4
5
runtests
:
6
.
/
wvtest.py \
7
$(
patsubst
.
/%
t
,%
t
/*
.py
,$(
shell
find .
-
type d
-
name t
))
\
8
basedir_test.py
9
python t
/
twvtest.py
10
python basedir_test.py
11
12
test
:
13
..
/
wvtestrun
$(
MAKE
)
runtests
14
15
clean
::
16
rm
-
f
*
~ t
/*
~
*
.pyc t
/*
.pyc