summaryrefslogtreecommitdiffstats
path: root/spec/build
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-13 23:43:40 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-05-20 17:52:37 -0600
commita5fd2935b76e391b62d0d3c2eaf661cd9390f765 (patch)
treec07a8d196ae892cbb463823f7c8ce800b1e7c129 /spec/build
parentscore: Simplify thread queue timeout handling (diff)
downloadrtems-a5fd2935b76e391b62d0d3c2eaf661cd9390f765.tar.bz2
testsuites: Remove telnetd01
telnetd01 test cannot be run without a network stack, so this test is being moved to the rtems-net-legacy repository.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/libtests/grp.yml2
-rw-r--r--spec/build/testsuites/libtests/telnetd01.yml22
2 files changed, 0 insertions, 24 deletions
diff --git a/spec/build/testsuites/libtests/grp.yml b/spec/build/testsuites/libtests/grp.yml
index 5695fc7f06..20a593a5d3 100644
--- a/spec/build/testsuites/libtests/grp.yml
+++ b/spec/build/testsuites/libtests/grp.yml
@@ -259,8 +259,6 @@ links:
- role: build-dependency
uid: tar03
- role: build-dependency
- uid: telnetd01
-- role: build-dependency
uid: termios
- role: build-dependency
uid: termios01
diff --git a/spec/build/testsuites/libtests/telnetd01.yml b/spec/build/testsuites/libtests/telnetd01.yml
deleted file mode 100644
index 9f5bda84d9..0000000000
--- a/spec/build/testsuites/libtests/telnetd01.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: test-program
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-cxxflags: []
-enabled-by:
-- RTEMS_NETWORKING
-features: c cprogram
-includes:
-- cpukit/libnetworking
-ldflags: []
-links: []
-source:
-- testsuites/libtests/telnetd01/init.c
-stlib: []
-target: testsuites/libtests/telnetd01.exe
-type: build
-use-after:
-- telnetd
-use-before: []