summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-22 12:40:32 -1000
committerChris Johns <chrisj@rtems.org>2023-04-23 08:58:54 +1000
commit147502e4223f8790f4c591fedce7891d9e8e5f32 (patch)
tree82df94622a5134e18465ef052cd7e92cf07aa22a
parenttests/resolv: Fix test configuration (diff)
downloadrtems-net-legacy-147502e4223f8790f4c591fedce7891d9e8e5f32.tar.bz2
waf: Build libs before tests
The built libs are in lib and use when linking to get a working order. Make sure they are built before building an tests.
-rw-r--r--netlegacy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/netlegacy.py b/netlegacy.py
index bf816f4..8533f4c 100644
--- a/netlegacy.py
+++ b/netlegacy.py
@@ -216,3 +216,5 @@ def build(bld):
bld.install_as(
os.path.join(bld.env.PREFIX, arch_inc_path, 'rtems',
'rtems-net-legacy.h'), 'include/rtems/rtems-net-legacy.h')
+
+ bld.add_group()