mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 10:09:24 +08:00
testsuite: Using RTEMS tester functions at beginning and at the end of tests
puts() was replaced with rtems_test_begin() and rtems_test_end()
This commit is contained in:

committed by
Sebastian Huber

parent
835250de09
commit
b4937b0792
@@ -520,7 +520,7 @@ class Builder(builder.ModuleManager):
|
||||
for testName in sorted(tests):
|
||||
test = self.data['tests'][testName]['all']
|
||||
test_source = []
|
||||
libs = ['bsd', 'm', 'z']
|
||||
libs = ['bsd', 'm', 'z', 'rtemstest']
|
||||
for cfg in test:
|
||||
build_test = True
|
||||
if cfg != 'default':
|
||||
|
Reference in New Issue
Block a user