From: James Prestwood <prestwoj at gmail.com>
To: iwd at lists.01.org
Subject: [PATCH v2 3/3] build: update unit tests with util.c/band.c dependency
Date: Tue, 30 Nov 2021 09:48:13 -0800 [thread overview]
Message-ID: <20211130174813.384374-3-prestwoj@gmail.com> (raw)
In-Reply-To: 20211130174813.384374-1-prestwoj@gmail.com
[-- Attachment #1: Type: text/plain, Size: 2243 bytes --]
---
Makefile.am | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 275dd1b9..1e1c230f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -320,7 +320,8 @@ monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \
src/eapolutil.h src/eapolutil.c \
src/nl80211cmd.h src/nl80211cmd.c \
src/p2putil.c src/p2putil.h \
- src/anqputil.h src/anqputil.c
+ src/anqputil.h src/anqputil.c \
+ src/band.h src/band.c
monitor_iwmon_LDADD = $(ell_ldadd)
if MANUAL_PAGES
@@ -335,6 +336,7 @@ wired_ead_SOURCES = wired/main.c wired/ethdev.h wired/ethdev.c \
wired/network.h wired/network.c \
wired/dbus.h wired/dbus.c \
src/module.h src/module.c \
+ src/band.h src/band.c \
$(eap_sources)
wired_ead_LDADD = $(ell_ldadd)
wired_ead_DEPENDENCIES = $(ell_dependencies)
@@ -361,7 +363,8 @@ tools_probe_req_SOURCES = tools/probe-req.c src/mpdu.h src/mpdu.c \
src/ie.h src/ie.c \
src/nl80211util.h src/nl80211util.c \
src/util.h src/util.c \
- src/common.h src/common.c
+ src/common.h src/common.c \
+ src/band.h src/band.c
tools_probe_req_LDADD = $(ell_ldadd)
if HWSIM
@@ -370,7 +373,8 @@ bin_PROGRAMS += tools/hwsim
tools_hwsim_SOURCES = tools/hwsim.c src/mpdu.h \
src/util.h src/util.c \
src/storage.h src/storage.c \
- src/common.h src/common.c
+ src/common.h src/common.c \
+ src/band.h src/band.c
tools_hwsim_LDADD = $(ell_ldadd)
if DBUS_POLICY
@@ -480,7 +484,7 @@ unit_test_eapol_DEPENDENCIES = $(ell_dependencies) \
unit/cert-client-key-pkcs8.pem \
unit/tls-settings.8021x
-unit_test_util_SOURCES = src/util.h src/util.c \
+unit_test_util_SOURCES = src/util.h src/util.c src/band.c src/band.h \
unit/test-util.c
unit_test_util_LDADD = $(ell_ldadd)
@@ -537,7 +541,8 @@ unit_test_p2p_SOURCES = unit/test-p2p.c src/wscutil.h src/wscutil.c \
src/crypto.h src/crypto.c \
src/ie.h src/ie.c \
src/util.h src/util.c \
- src/p2putil.h src/p2putil.c
+ src/p2putil.h src/p2putil.c \
+ src/band.h src/band.c
unit_test_p2p_LDADD = $(ell_ldadd)
TESTS = $(unit_tests)
--
2.31.1
reply other threads:[~2021-11-30 17:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211130174813.384374-3-prestwoj@gmail.com \
--to=iwd@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox