3
0
Fork 0
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:
Jannis Harder 2022-06-07 14:29:25 +02:00
parent 80eacf34ca
commit 34d6adf098
4 changed files with 39 additions and 30 deletions

View file

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