summaryrefslogtreecommitdiffstats
path: root/testsuites/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-18 16:08:04 +1000
committerChris Johns <chrisj@rtems.org>2023-04-20 15:27:18 +1000
commit6b9c8b4e8d9d1fa603c54b146e8a6f51fe5ff79f (patch)
tree27ddb73ab5d5b13b7c6a27d1cf64a748da42769b /testsuites/wscript
parentrtems: Fix incorect header guard and white spaces (diff)
downloadrtems-net-legacy-6b9c8b4e8d9d1fa603c54b146e8a6f51fe5ff79f.tar.bz2
bsd: Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programs
- These additions let the net services repo build with the legacy stack
Diffstat (limited to 'testsuites/wscript')
-rw-r--r--testsuites/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/wscript b/testsuites/wscript
index 6bfc1eb..c0fd37d 100644
--- a/testsuites/wscript
+++ b/testsuites/wscript
@@ -29,7 +29,7 @@
from rtems_waf import rtems
subdirs = [
- 'ftp01', 'loopback', 'networking01', 'pppd', 'syscall01', 'telnetd01', 'telnetd02'
+ 'ftp01', 'loopback', 'networking01', 'pppd', 'resolve', 'syscall01', 'telnetd01', 'telnetd02'
]