From 593fc81bf491e2bba2fc50bc3c7731f36b6d3229 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 27 Oct 2016 11:33:35 +0200 Subject: [PATCH] tests: net: Multiple test will go inside ieee802154 So reordering files in order to put more specific tests in it. Change-Id: I000bc5efb8442d02e9a50e1b85cb45e0bec12789 Signed-off-by: Tomasz Bursztyka --- tests/net/ieee802154/{ => l2}/Makefile | 0 tests/net/ieee802154/{ => l2}/prj.conf | 0 tests/net/ieee802154/{ => l2}/prj.mdef | 0 tests/net/ieee802154/{ => l2}/src/Makefile | 0 tests/net/ieee802154/{ => l2}/src/ieee802154_fake_driver.c | 0 tests/net/ieee802154/{ => l2}/src/ieee802154_test.c | 0 tests/net/ieee802154/{ => l2}/testcase.ini | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/net/ieee802154/{ => l2}/Makefile (100%) rename tests/net/ieee802154/{ => l2}/prj.conf (100%) rename tests/net/ieee802154/{ => l2}/prj.mdef (100%) rename tests/net/ieee802154/{ => l2}/src/Makefile (100%) rename tests/net/ieee802154/{ => l2}/src/ieee802154_fake_driver.c (100%) rename tests/net/ieee802154/{ => l2}/src/ieee802154_test.c (100%) rename tests/net/ieee802154/{ => l2}/testcase.ini (100%) diff --git a/tests/net/ieee802154/Makefile b/tests/net/ieee802154/l2/Makefile similarity index 100% rename from tests/net/ieee802154/Makefile rename to tests/net/ieee802154/l2/Makefile diff --git a/tests/net/ieee802154/prj.conf b/tests/net/ieee802154/l2/prj.conf similarity index 100% rename from tests/net/ieee802154/prj.conf rename to tests/net/ieee802154/l2/prj.conf diff --git a/tests/net/ieee802154/prj.mdef b/tests/net/ieee802154/l2/prj.mdef similarity index 100% rename from tests/net/ieee802154/prj.mdef rename to tests/net/ieee802154/l2/prj.mdef diff --git a/tests/net/ieee802154/src/Makefile b/tests/net/ieee802154/l2/src/Makefile similarity index 100% rename from tests/net/ieee802154/src/Makefile rename to tests/net/ieee802154/l2/src/Makefile diff --git a/tests/net/ieee802154/src/ieee802154_fake_driver.c b/tests/net/ieee802154/l2/src/ieee802154_fake_driver.c similarity index 100% rename from tests/net/ieee802154/src/ieee802154_fake_driver.c rename to tests/net/ieee802154/l2/src/ieee802154_fake_driver.c diff --git a/tests/net/ieee802154/src/ieee802154_test.c b/tests/net/ieee802154/l2/src/ieee802154_test.c similarity index 100% rename from tests/net/ieee802154/src/ieee802154_test.c rename to tests/net/ieee802154/l2/src/ieee802154_test.c diff --git a/tests/net/ieee802154/testcase.ini b/tests/net/ieee802154/l2/testcase.ini similarity index 100% rename from tests/net/ieee802154/testcase.ini rename to tests/net/ieee802154/l2/testcase.ini