summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-12 16:03:48 -1000
committerChris Johns <chrisj@rtems.org>2023-04-13 12:18:32 +1000
commit47a129eae7e597da7a5ab5db23ffa2bbd852b07e (patch)
tree79b05bd27e2e519edf5760a6ccb4cbf8b9807919 /testsuites
parenttestsuite: Add telenet02 test (diff)
downloadrtems-net-legacy-47a129eae7e597da7a5ab5db23ffa2bbd852b07e.tar.bz2
bsd: Add iface calls to help users manage the iface state
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/wscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/wscript b/testsuites/wscript
index 3ce5153..6bfc1eb 100644
--- a/testsuites/wscript
+++ b/testsuites/wscript
@@ -42,6 +42,14 @@ def init(ctx):
pass
+def options(opt):
+ copts = opt.option_groups['configure options']
+ copts.add_option('--net-test-config',
+ default='config.inc',
+ dest='net_config',
+ help='Network test configuration (default: %default)')
+
+
def configure(conf):
recurse(conf)