Skip to content

Commit

Permalink
coverage dependency
Browse files Browse the repository at this point in the history
coverage should not start until testboards unpacked
  • Loading branch information
PF4Public authored and apritzel committed Aug 12, 2023
1 parent 6a2f6b5 commit 0f037b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0f037b2

Please sign in to comment.