mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 11:27:10 +08:00
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.
This commit is contained in:
@@ -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']))
|
||||
|
Reference in New Issue
Block a user