coverage dependency

coverage should not start until testboards unpacked
This commit is contained in:
PF4Public 2023-07-23 21:32:30 +03:00 committed by Andre Przywara
parent 6a2f6b5e32
commit 0f037b2ee3

View File

@ -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)