summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-07-14 15:34:13 +0200
committerChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-08-02 10:20:51 +0200
commitfa43d6a7ea8f26e4f095b55bea74be8cdd5dd6dc (patch)
tree62bdf66e24a1a65a217ddf777ae56f773b3e91b0 /libbsd.py
parenttestsuite/pf01: Add test that links PF. (diff)
downloadrtems-libbsd-fa43d6a7ea8f26e4f095b55bea74be8cdd5dd6dc.tar.bz2
testsuite/syscalls01: Split out program01 part.
This allows to use normal functions for sockets and similar while allowing to test the upcoming rtems_bsd_program_opan/close/... for the program part.
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 8fe7a65b..f9734f4d 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -2528,6 +2528,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('rwlock01', ['test_main']))
mod.addTest(mm.generator['test']('sleep01', ['test_main']))
mod.addTest(mm.generator['test']('syscalls01', ['test_main']))
+ mod.addTest(mm.generator['test']('program01', ['test_main']))
mod.addTest(mm.generator['test']('commands01', ['test_main']))
mod.addTest(mm.generator['test']('usb01', ['init', 'test-file-system'], False))
mod.addTest(mm.generator['test']('loopback01', ['test_main']))