From f5b75ed215f84723bfc2577f411d02a1cdde2e17 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Mar 2015 19:12:53 -0700 Subject: [PATCH] build: Move advertisement-example script into test directory --- Makefile.tools | 2 +- {tools => test}/advertisement-example | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tools => test}/advertisement-example (100%) diff --git a/Makefile.tools b/Makefile.tools index 1d2dc9446..833f67ac0 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -368,4 +368,4 @@ test_scripts += test/sap_client.py test/bluezutils.py \ test/service-ftp.xml test/simple-player test/test-nap \ test/test-heartrate test/test-alert test/test-hfp \ test/test-cyclingspeed test/opp-client test/ftp-client \ - test/pbap-client test/map-client + test/pbap-client test/map-client test/advertisement-example diff --git a/tools/advertisement-example b/test/advertisement-example similarity index 100% rename from tools/advertisement-example rename to test/advertisement-example -- 2.47.3