tests: Move required tool checks from rule generation to execution
authorJannis Harder <me@jix.one>
Tue, 7 Jun 2022 12:29:25 +0000 (14:29 +0200)
committerJannis Harder <me@jix.one>
Tue, 7 Jun 2022 12:29:25 +0000 (14:29 +0200)
commit34d6adf098ff03d63818ec20d59f7c9554336133
treef78bb7c6694f7034040dd87278e8f74b3a999fb3
parent80eacf34ca575c0c458fef845a046d76d2cd1b33
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.
tests/Makefile
tests/make/collect_tests.py
tests/make/required_tools.py
tests/make/test_rules.py