Sign in
gfiber
/
vendor
/
google
/
platform
/
f118c14bc290c3780ee24cfea7b9c6e4c85f2402
/
.
/
wvtest
/
python
/
Makefile
blob: 5a2d068597a4513483836d172c0d8e7bafd1e144 [
file
] [
log
] [
blame
]
all
:
@echo
"Try: make test"
@false
runtests
:
./
wvtest
.
py \
$
(
patsubst
./%
t
,%
t
/*.
py
,
$
(
shell find
-
type d
-
name t
))
\
basedir_test
.
py
python t
/
twvtest
.
py
python basedir_test
.
py
test
:
../
wvtestrun $
(
MAKE
)
runtests
clean
::
rm
-
f
*~
t
/*~
*.
pyc t
/*.
pyc