mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 07:19:36 +08:00
Do not run interactive netshell01 test
This commit is contained in:
parent
a9f141a221
commit
58c4fda800
1
Makefile
1
Makefile
@ -820,7 +820,6 @@ $(TEST_NETSHELL01): $(TEST_NETSHELL01_O_FILES) $(LIB)
|
|||||||
TESTS += $(TEST_NETSHELL01)
|
TESTS += $(TEST_NETSHELL01)
|
||||||
O_FILES += $(TEST_NETSHELL01_O_FILES)
|
O_FILES += $(TEST_NETSHELL01_O_FILES)
|
||||||
D_FILES += $(TEST_NETSHELL01_D_FILES)
|
D_FILES += $(TEST_NETSHELL01_D_FILES)
|
||||||
RUN_TESTS += $(TEST_NETSHELL01)
|
|
||||||
|
|
||||||
TEST_SWI01 = testsuite/swi01/swi01.exe
|
TEST_SWI01 = testsuite/swi01/swi01.exe
|
||||||
TEST_SWI01_O_FILES =
|
TEST_SWI01_O_FILES =
|
||||||
|
@ -2359,7 +2359,7 @@ in_cksum.addCPUDependentSourceFiles(
|
|||||||
tests = Module('tests')
|
tests = Module('tests')
|
||||||
tests.addTest('usb01', ['init', 'test-file-system'], False)
|
tests.addTest('usb01', ['init', 'test-file-system'], False)
|
||||||
tests.addTest('loopback01', ['test_main'])
|
tests.addTest('loopback01', ['test_main'])
|
||||||
tests.addTest('netshell01', ['test_main', 'shellconfig', 'ns_parser_vars'])
|
tests.addTest('netshell01', ['test_main', 'shellconfig', 'ns_parser_vars'], False)
|
||||||
tests.addTest('swi01', ['init', 'swi_test'])
|
tests.addTest('swi01', ['init', 'swi_test'])
|
||||||
tests.addTest('timeout01', ['init', 'timeout_test', 'timeout_helper'])
|
tests.addTest('timeout01', ['init', 'timeout_test', 'timeout_helper'])
|
||||||
tests.addTest('init01', ['test_main'])
|
tests.addTest('init01', ['test_main'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user