mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-30 04:38:44 +08:00
netshell01: Avoid multiple definitions
This commit is contained in:
parent
1c61fdb62c
commit
86711191c0
2
Makefile
2
Makefile
@ -859,8 +859,6 @@ TEST_NETSHELL01_O_FILES += testsuite/netshell01/test_main.o
|
||||
TEST_NETSHELL01_D_FILES += testsuite/netshell01/test_main.d
|
||||
TEST_NETSHELL01_O_FILES += testsuite/netshell01/shellconfig.o
|
||||
TEST_NETSHELL01_D_FILES += testsuite/netshell01/shellconfig.d
|
||||
TEST_NETSHELL01_O_FILES += testsuite/netshell01/ns_parser_vars.o
|
||||
TEST_NETSHELL01_D_FILES += testsuite/netshell01/ns_parser_vars.d
|
||||
$(TEST_NETSHELL01): $(TEST_NETSHELL01_O_FILES) $(LIB)
|
||||
$(LINK.c) -Wl,-Map,testsuite/netshell01/netshell01.map $^ -lm -lz -o $@
|
||||
TESTS += $(TEST_NETSHELL01)
|
||||
|
@ -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'])
|
||||
|
@ -1,5 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
char *_nsyytext = (char *)0xc5c5c5c5;
|
||||
char *__libipsecyytext = (char *)0xc5c5c5c5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user