summaryrefslogtreecommitdiffstats
path: root/waf_libbsd.py
diff options
context:
space:
mode:
authorMoyano, Gabriel <gabriel.moyano@dlr.de>2020-03-31 10:57:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-31 11:19:48 +0200
commit89be2af266b40df394daca6b8077c8cb21c31e67 (patch)
tree31520e55733d98eabe32e5e0e81264ee4a5729b1 /waf_libbsd.py
parentwscript: Python2 support for unicode strings in contexts (diff)
downloadrtems-libbsd-89be2af266b40df394daca6b8077c8cb21c31e67.tar.bz2
testsuite: Using RTEMS tester functions at beginning and at the end of tests
puts() was replaced with rtems_test_begin() and rtems_test_end()
Diffstat (limited to 'waf_libbsd.py')
-rw-r--r--waf_libbsd.py2
1 files changed, 1 insertions, 1 deletions
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':