mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 08:01:47 +08:00
build: Make it possible to disable the tests
This commit is contained in:
parent
af02f4644f
commit
5432c6bed3
@ -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