From 89be2af266b40df394daca6b8077c8cb21c31e67 Mon Sep 17 00:00:00 2001 From: "Moyano, Gabriel" Date: Tue, 31 Mar 2020 10:57:54 +0200 Subject: testsuite: Using RTEMS tester functions at beginning and at the end of tests puts() was replaced with rtems_test_begin() and rtems_test_end() --- waf_libbsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waf_libbsd.py') diff --git a/waf_libbsd.py b/waf_libbsd.py index e6f3c21c..9ac5bf35 100644 --- a/waf_libbsd.py +++ b/waf_libbsd.py @@ -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': -- cgit v1.2.3