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