From fa43d6a7ea8f26e4f095b55bea74be8cdd5dd6dc Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Thu, 14 Jul 2016 15:34:13 +0200 Subject: 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. --- libbsd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libbsd.py') 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'])) -- cgit v1.2.3