[rtems-net-legacy commit] waf: Build libs before tests

Chris Johns chrisj at rtems.org
Thu May 25 04:45:02 UTC 2023


Module:    rtems-net-legacy
Branch:    main
Commit:    147502e4223f8790f4c591fedce7891d9e8e5f32
Changeset: http://git.rtems.org/rtems-net-legacy/commit/?id=147502e4223f8790f4c591fedce7891d9e8e5f32

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat Apr 22 12:40:32 2023 -1000

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.

---

 netlegacy.py | 2 ++
 1 file changed, 2 insertions(+)

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()



More information about the vc mailing list