summaryrefslogtreecommitdiffstats
path: root/netservices.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-05-22 15:50:23 +1000
committerKinseyMoore <48726349+KinseyMoore@users.noreply.github.com>2023-05-24 08:00:55 -0500
commita22a37fda643e05fa878de2ed2c654f6717d6da2 (patch)
tree7dc0a8437e5f5f02a6b3b2a75924a57b6d60c964 /netservices.py
parentbsd/ntpd: Restart global variable destruction (diff)
downloadrtems-net-services-a22a37fda643e05fa878de2ed2c654f6717d6da2.tar.bz2
tests/ntpd: Enable debugger
Diffstat (limited to 'netservices.py')
-rw-r--r--netservices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netservices.py b/netservices.py
index 73dfe46..1c70658 100644
--- a/netservices.py
+++ b/netservices.py
@@ -250,7 +250,7 @@ def build(bld):
use=[net_use])
bld.install_files("${PREFIX}/" + arch_lib_path, ["libttcp.a"])
- libs = ['rtemstest']
+ libs = ['rtemstest', 'debugger']
ntp_test_incl = ntp_incl + ['testsuites']
ntp_test_sources = ['testsuites/ntp01/test_main.c', net_adapter_source]