summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2021-03-19 13:38:25 -0700
committerBrian Gix <brian.gix@intel.com>2021-04-10 10:29:27 -0700
commitd9bc40218d3de8f1a02bcc748961c42093b5a375 (patch)
treef7842126351c5363acc6b757c604e3bab8ad7555 /Makefile.tools
parentc4cfcf085ce40af2e90f44f47eff333ef2f670a9 (diff)
downloadbluez-d9bc40218d3de8f1a02bcc748961c42093b5a375.tar.gz
tools/mesh-cfgtest: Non-iteractive test for mesh
This adds a non-interactive test to excercise different datapaths in bluetooth-meshd. The test cases utilize D-Bus based mesh APIs, e.g., to create a new network, import a node, import NetKey, import a remote node.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 9543949a2..57e858290 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -336,6 +336,12 @@ tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
tools_mesh_cfgclient_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
$(ell_ldadd) -ljson-c -lreadline
+
+bin_PROGRAMS += tools/mesh-cfgtest
+
+tools_mesh_cfgtest_SOURCES = tools/mesh-cfgtest.c
+tools_mesh_cfgtest_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
+ $(ell_ldadd)
endif
EXTRA_DIST += tools/mesh-gatt/local_node.json tools/mesh-gatt/prov_db.json