summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-13 23:48:29 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-16 09:49:34 -0600
commitb157409f62c20d5034efe47e438223995077ebc3 (patch)
treeed7b1bb2c1bb2238856ce52cfb3700a52562de66 /testsuites
parentnetlegacy: Use os.path instead of hardcoded Unix like path (diff)
downloadrtems-net-legacy-b157409f62c20d5034efe47e438223995077ebc3.tar.bz2
netlegacy: Remove telnetd build
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/telnetd01/wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/telnetd01/wscript b/testsuites/telnetd01/wscript
index 782c0f6..dc18737 100644
--- a/testsuites/telnetd01/wscript
+++ b/testsuites/telnetd01/wscript
@@ -38,6 +38,11 @@ def configure(conf):
def build(bld):
+ arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
+ bld.env.RTEMS_ARCH_BSP)
+ lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
+ bld.read_stlib('telnetd', paths=[lib_path])
+
bld.program(target='telnetd01.exe',
features='c cprogram',
cflags=['-O2', '-g'],