mirror of
https://github.com/linux-sunxi/sunxi-tools.git
synced 2024-11-26 19:33:58 +08:00
coverage dependency
coverage should not start until testboards unpacked
This commit is contained in:
parent
6a2f6b5e32
commit
0f037b2ee3
@ -25,7 +25,7 @@ check: check_all_fex coverage
|
||||
check_all_fex: $(BOARDS_DIR)/README unify-fex
|
||||
./test_all_fex.sh $(BOARDS_DIR)
|
||||
|
||||
coverage:
|
||||
coverage: $(BOARDS_DIR)/README
|
||||
# Usage help / invocation with no args
|
||||
../sunxi-fexc -? 2> /dev/null ; exit 0
|
||||
# Improve code coverage for corner cases (e.g. erroneous parameters)
|
||||
|
Loading…
Reference in New Issue
Block a user