mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 12:46:38 +08:00
usb01: Simplify test program
This commit is contained in:
@@ -2558,7 +2558,7 @@ def tests(mm):
|
||||
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']('usb01', ['init'], False))
|
||||
mod.addTest(mm.generator['test']('loopback01', ['test_main']))
|
||||
mod.addTest(mm.generator['test']('netshell01', ['test_main', 'shellconfig'], False))
|
||||
mod.addTest(mm.generator['test']('swi01', ['init', 'swi_test']))
|
||||
|
Reference in New Issue
Block a user