mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 23:56:02 +08:00
netshell01: Avoid multiple definitions
This commit is contained in:
@@ -2350,7 +2350,7 @@ 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)
|
||||
tests.addTest('netshell01', ['test_main', 'shellconfig'], False)
|
||||
tests.addTest('swi01', ['init', 'swi_test'])
|
||||
tests.addTest('timeout01', ['init', 'timeout_test'])
|
||||
tests.addTest('init01', ['test_main'])
|
||||
|
Reference in New Issue
Block a user