repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UsbEventRouter depend explicitly on EventRouter.
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
Makefile
blob
a258b1b46c1095564998f209f6b34e1240f91acd
1
COVERAGE_LIMIT
=
50
2
3
ifeq
($(
QUICK
),
1
)
4
TEST_ARGS?
=--
quick
5
endif
6
7
check
:
8
python ..
/
..
/
third_party
/
pycoverage run .
/
test_all.py
$(
TEST_ARGS
)
9
python ..
/
..
/
third_party
/
pycoverage report
--
fail-under
=$(
COVERAGE_LIMIT
)
10
python ..
/
..
/
third_party
/
pycoverage html
11
12
.PHONY
:
check