summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-24 22:26:45 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-26 07:59:08 -0600
commite29d5cd01d0076928010a92b731230c694498be9 (patch)
treeddfb0e411146eabf046da719c2df3b2e56384faa /testsuites/libtests
parentImplementation for STM32 HAL_GetTick using RTEMS (diff)
downloadrtems-e29d5cd01d0076928010a92b731230c694498be9.tar.bz2
Makefile.am: Remove legacy networking files
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/Makefile.am69
1 files changed, 0 insertions, 69 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 2ff05f2b74..90c590ac13 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -739,18 +739,6 @@ fstat_norun_SOURCES = POSIX/fstat.c
fstat_norun_LDADD = $(RTEMS_ROOT)cpukit/librtemsdefaultconfig.a $(LDADD)
endif
-if NETTESTS
-if TEST_ftp01
-lib_tests += ftp01
-lib_screens += ftp01/ftp01.scn
-lib_docs += ftp01/ftp01.doc
-ftp01_SOURCES = ftp01/init.c
-ftp01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_ftp01) \
- $(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
-ftp01_LDADD = $(RTEMS_ROOT)cpukit/libftpd.a $(RTEMS_ROOT)cpukit/libftpfs.a $(LDADD)
-endif
-endif
-
if TEST_ftrylockfile
lib_tests += ftrylockfile.norun
ftrylockfile_norun_SOURCES = POSIX/ftrylockfile.c
@@ -963,29 +951,6 @@ md501_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_md501) \
$(support_includes)
endif
-if NETTESTS
-if HAS_POSIX
-if TEST_mghttpd01
-lib_tests += mghttpd01
-lib_screens += mghttpd01/mghttpd01.scn
-lib_docs += mghttpd01/mghttpd01.doc
-mghttpd01_SOURCES = mghttpd01/init.c mghttpd01-tar.c \
- mghttpd01-tar.h mghttpd01/test-http-client.c \
- mghttpd01/test-http-client.h
-mghttpd01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_mghttpd01) \
- $(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
-mghttpd01_LDADD = $(RTEMS_ROOT)cpukit/libmghttpd.a $(LDADD)
-mghttpd01-tar.c: mghttpd01/mghttpd01.tar
- $(AM_V_GEN)$(BIN2C) -C $< $@
-mghttpd01-tar.h: mghttpd01/mghttpd01.tar
- $(AM_V_GEN)$(BIN2C) -H $< $@
-mghttpd01-tar.o: mghttpd01-tar.c mghttpd01-tar.h
-mghttpd01/init.c: mghttpd01-tar.h
-CLEANFILES += mghttpd01.tar mghttpd01-tar.c mghttpd01-tar.h
-endif
-endif
-endif
-
if TEST_monitor
lib_tests += monitor
monitor_SOURCES = monitor/init.c monitor/system.h
@@ -1017,17 +982,6 @@ nanosleep_norun_SOURCES = POSIX/nanosleep.c
nanosleep_norun_LDADD = $(RTEMS_ROOT)cpukit/librtemsdefaultconfig.a $(LDADD)
endif
-if NETTESTS
-if TEST_networking01
-lib_tests += networking01
-lib_screens += networking01/networking01.scn
-lib_docs += networking01/networking01.doc
-networking01_SOURCES = networking01/init.c
-networking01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_networking01) \
- $(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
-endif
-endif
-
if TEST_newlib01
lib_tests += newlib01
lib_screens += newlib01/newlib01.scn
@@ -1247,17 +1201,6 @@ stringto01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_stringto01) \
$(support_includes)
endif
-if NETTESTS
-if TEST_syscall01
-lib_tests += syscall01
-lib_screens += syscall01/syscall01.scn
-lib_docs += syscall01/syscall01.doc
-syscall01_SOURCES = syscall01/init.c
-syscall01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_syscall01) \
- $(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
-endif
-endif
-
if TARTESTS
if TEST_tar01
lib_tests += tar01
@@ -1326,18 +1269,6 @@ tar03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tar03) \
$(support_includes)
endif
-if NETTESTS
-if TEST_telnetd01
-lib_tests += telnetd01
-lib_screens += telnetd01/telnetd01.scn
-lib_docs += telnetd01/telnetd01.doc
-telnetd01_SOURCES = telnetd01/init.c
-telnetd01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_telnetd01) \
- $(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
-telnetd01_LDADD = $(RTEMS_ROOT)cpukit/libtelnetd.a $(LDADD)
-endif
-endif
-
if TEST_termios
lib_tests += termios
termios_SOURCES = termios/init.c