summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-06-27 13:25:48 +1000
committerChris Johns <chrisj@rtems.org>2016-06-27 13:32:24 +1000
commit7439724ac391616a9cf544e21bfbf7c6fd8a4a92 (patch)
tree7e7e8e15904860ffaca71f8217bcfc8ebd8baca7 /libbsd_waf.py
parentRefactor rc.conf processing to be services based. (diff)
downloadrtems-libbsd-7439724ac391616a9cf544e21bfbf7c6fd8a4a92.tar.bz2
Add a services base test.
Diffstat (limited to 'libbsd_waf.py')
-rw-r--r--libbsd_waf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/libbsd_waf.py b/libbsd_waf.py
index 918437fb..1f1c5ad4 100644
--- a/libbsd_waf.py
+++ b/libbsd_waf.py
@@ -1389,6 +1389,16 @@ def build(bld):
lib = ["m", "z"],
install_path = None)
+ test_rcconf02 = ['testsuite/rcconf02/test_main.c']
+ bld.program(target = "rcconf02.exe",
+ features = "cprogram",
+ cflags = cflags,
+ includes = includes,
+ source = test_rcconf02,
+ use = ["bsd"],
+ lib = ["m", "z"],
+ install_path = None)
+
test_rwlock01 = ['testsuite/rwlock01/test_main.c']
bld.program(target = "rwlock01.exe",
features = "cprogram",