From d9bc40218d3de8f1a02bcc748961c42093b5a375 Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Fri, 19 Mar 2021 13:38:25 -0700 Subject: 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. --- Makefile.tools | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.tools') 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 -- cgit v1.2.1