From ea05fb38b16d86b13b4bd5a31d3f628fd6ce4b77 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 6 Mar 2014 09:46:57 -0800 Subject: [PATCH] build: Move gatt-service test utility into tools directory --- .gitignore | 2 +- Makefile.tools | 10 +++++----- {test => tools}/gatt-service.c | 0 3 files changed, 6 insertions(+), 6 deletions(-) rename {test => tools}/gatt-service.c (100%) diff --git a/.gitignore b/.gitignore index f32308025..7a2af5a38 100644 --- a/.gitignore +++ b/.gitignore @@ -72,11 +72,11 @@ tools/btproxy tools/btinfo tools/3dsp tools/obexctl +tools/gatt-service test/sap_client.pyc test/bluezutils.pyc unit/test-ringbuf unit/test-queue -test/gatt-service unit/test-eir unit/test-uuid unit/test-crc diff --git a/Makefile.tools b/Makefile.tools index c589199a8..7ffdbc6e1 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -358,6 +358,11 @@ tools_obexctl_LDADD = gdbus/libgdbus-internal.la \ endif if EXPERIMENTAL +noinst_PROGRAMS += tools/gatt-service + +tools_gatt_service_SOURCES = tools/gatt-service.c +tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la + noinst_PROGRAMS += profiles/iap/iapd profiles_iap_iapd_SOURCES = profiles/iap/main.c @@ -393,8 +398,3 @@ test_scripts += test/sap_client.py test/bluezutils.py \ test/test-heartrate test/test-alert test/test-hfp \ test/test-cyclingspeed test/opp-client test/ftp-client \ test/pbap-client test/map-client - -noinst_PROGRAMS += test/gatt-service - -test_gatt_service_SOURCES = test/gatt-service.c -test_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la diff --git a/test/gatt-service.c b/tools/gatt-service.c similarity index 100% rename from test/gatt-service.c rename to tools/gatt-service.c -- 2.47.3