From 53d6e8f04f827fd76a2f0960cf61b5b23e0ad12c Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Tue, 31 Mar 2015 16:09:31 -0700 Subject: [PATCH] test: Reorganize LE Python example scripts This patch moves tools/gatt-example to test/ and renames it to example-gatt-server in preparation for example-gatt-client. The same naming convention (example-*) is also adopted for test/advertisement-example, so it's now called test/example-advertisement. Also, both scripts now have the execute set appropriately to be consistent with the other Python scripts. --- test/{advertisement-example => example-advertisement} | 0 tools/gatt-example => test/example-gatt-server | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{advertisement-example => example-advertisement} (100%) mode change 100644 => 100755 rename tools/gatt-example => test/example-gatt-server (100%) mode change 100644 => 100755 diff --git a/test/advertisement-example b/test/example-advertisement old mode 100644 new mode 100755 similarity index 100% rename from test/advertisement-example rename to test/example-advertisement diff --git a/tools/gatt-example b/test/example-gatt-server old mode 100644 new mode 100755 similarity index 100% rename from tools/gatt-example rename to test/example-gatt-server -- 2.47.3