summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-09-30 15:31:23 +1000
committerChris Johns <chrisj@rtems.org>2020-09-30 15:31:23 +1000
commitd164b840c3973e0793da1b3e4142b1711514b9ba (patch)
tree6268bbaef91f396af64809d61ab8733190df1154 /libbsd.py
parentUpdate the CONTRIBUTING with kernel/user space notes. (diff)
downloadrtems-libbsd-d164b840c3973e0793da1b3e4142b1711514b9ba.tar.bz2
waf: Fix test module dependency check
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbsd.py b/libbsd.py
index b9de3cbd..caa1c730 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -5333,8 +5333,8 @@ class tests(builder.Module):
def generate(self):
mm = self.manager
self.addTest(mm.generator['test']('epoch01', ['test_main'], extraLibs = ['rtemstest']))
- self.addTest(mm.generator['test']('nfs01', ['test_main'], netTest = True),
- ['nfsv2'])
+ self.addTest(mm.generator['test']('nfs01', ['test_main'],
+ netTest = True, modules = ['nfsv2']))
self.addTest(mm.generator['test']('foobarclient', ['test_main'],
runTest = False, netTest = True))
self.addTest(mm.generator['test']('foobarserver', ['test_main'],