commands01: New test

This commit is contained in:
Sebastian Huber
2013-10-18 12:52:28 +02:00
parent 51c48bff4b
commit 1f6caf381c
3 changed files with 255 additions and 0 deletions

View File

@@ -2359,6 +2359,7 @@ in_cksum.addCPUDependentSourceFiles(
tests = Module('tests')
tests.addTest('syscalls01', ['test_main'])
tests.addTest('commands01', ['test_main'])
tests.addTest('usb01', ['init', 'test-file-system'], False)
tests.addTest('loopback01', ['test_main'])
tests.addTest('netshell01', ['test_main', 'shellconfig', 'ns_parser_vars'], False)