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:
Moyano, Gabriel
2020-03-31 10:57:54 +02:00
committed by Sebastian Huber
parent 835250de09
commit b4937b0792
12 changed files with 40 additions and 18 deletions

View File

@@ -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':