usb01: Simplify test program

This commit is contained in:
Sebastian Huber
2016-09-28 15:33:50 +02:00
parent 8eb888394a
commit ec5b97bed1
10 changed files with 143 additions and 1092 deletions

View File

@@ -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']))