summaryrefslogtreecommitdiffstats
path: root/waf_libbsd.py
diff options
context:
space:
mode:
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':