mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-19 16:58:27 +08:00
build: Make it possible to disable the tests
This commit is contained in:
parent
3e483fb445
commit
88f21b5e2a
@ -499,7 +499,9 @@ class Builder(builder.ModuleManager):
|
||||
#
|
||||
# Tests
|
||||
#
|
||||
tests = self.data['tests']
|
||||
tests = []
|
||||
if 'tests' in self.data:
|
||||
tests = self.data['tests']
|
||||
for testName in sorted(tests):
|
||||
test = self.data['tests'][testName]['all']
|
||||
test_source = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user