mirror of
https://github.com/YosysHQ/sby.git
synced 2026-05-05 20:15:17 +00:00
tests: Move required tool checks from rule generation to execution
This avoids regenerating the test makefile rules when the set of installed tools changes and is a bit simpler overall.
This commit is contained in:
parent
80eacf34ca
commit
34d6adf098
4 changed files with 39 additions and 30 deletions
|
|
@ -31,12 +31,6 @@ make/rules/collect.mk: make/collect_tests.py
|
|||
make/rules/test/%.mk:
|
||||
python3 make/test_rules.py $<
|
||||
|
||||
ifdef NOSKIP
|
||||
SKIP_COMMAND := echo "NOSKIP was set, treating this as an error"; echo; false
|
||||
else
|
||||
SKIP_COMMAND := echo
|
||||
endif
|
||||
|
||||
ifneq (help,$(MAKECMDGOALS))
|
||||
|
||||
# This should run every time but only trigger anything depending on it whenever
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue