From 96ad532b585fec00a45a9ad6ff5c1cf789159443 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 26 Sep 2019 04:28:35 -0700 Subject: [PATCH] tests: move Bluetooth at tests under tests/bluetooth this is not a unit test. Signed-off-by: Anas Nashif --- tests/{unit => }/bluetooth/at/CMakeLists.txt | 0 tests/{unit => }/bluetooth/at/prj.conf | 0 tests/{unit => }/bluetooth/at/src/main.c | 0 tests/{unit => }/bluetooth/at/testcase.yaml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{unit => }/bluetooth/at/CMakeLists.txt (100%) rename tests/{unit => }/bluetooth/at/prj.conf (100%) rename tests/{unit => }/bluetooth/at/src/main.c (100%) rename tests/{unit => }/bluetooth/at/testcase.yaml (100%) diff --git a/tests/unit/bluetooth/at/CMakeLists.txt b/tests/bluetooth/at/CMakeLists.txt similarity index 100% rename from tests/unit/bluetooth/at/CMakeLists.txt rename to tests/bluetooth/at/CMakeLists.txt diff --git a/tests/unit/bluetooth/at/prj.conf b/tests/bluetooth/at/prj.conf similarity index 100% rename from tests/unit/bluetooth/at/prj.conf rename to tests/bluetooth/at/prj.conf diff --git a/tests/unit/bluetooth/at/src/main.c b/tests/bluetooth/at/src/main.c similarity index 100% rename from tests/unit/bluetooth/at/src/main.c rename to tests/bluetooth/at/src/main.c diff --git a/tests/unit/bluetooth/at/testcase.yaml b/tests/bluetooth/at/testcase.yaml similarity index 100% rename from tests/unit/bluetooth/at/testcase.yaml rename to tests/bluetooth/at/testcase.yaml