From dc57fa61bf4ecde0cd38397930682401ec45e6a8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 18 Jun 2017 14:39:01 -0400 Subject: [PATCH] tests: pipe: rename test directory Signed-off-by: Anas Nashif --- tests/kernel/pipe/{test_pipe_api => pipe_api}/Makefile | 0 tests/kernel/pipe/{test_pipe_api => pipe_api}/prj.conf | 0 tests/kernel/pipe/{test_pipe_api => pipe_api}/src/Makefile | 0 tests/kernel/pipe/{test_pipe_api => pipe_api}/src/main.c | 0 .../pipe/{test_pipe_api => pipe_api}/src/test_pipe_contexts.c | 0 .../kernel/pipe/{test_pipe_api => pipe_api}/src/test_pipe_fail.c | 0 tests/kernel/pipe/{test_pipe_api => pipe_api}/testcase.ini | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/Makefile (100%) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/prj.conf (100%) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/src/Makefile (100%) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/src/main.c (100%) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/src/test_pipe_contexts.c (100%) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/src/test_pipe_fail.c (100%) rename tests/kernel/pipe/{test_pipe_api => pipe_api}/testcase.ini (100%) diff --git a/tests/kernel/pipe/test_pipe_api/Makefile b/tests/kernel/pipe/pipe_api/Makefile similarity index 100% rename from tests/kernel/pipe/test_pipe_api/Makefile rename to tests/kernel/pipe/pipe_api/Makefile diff --git a/tests/kernel/pipe/test_pipe_api/prj.conf b/tests/kernel/pipe/pipe_api/prj.conf similarity index 100% rename from tests/kernel/pipe/test_pipe_api/prj.conf rename to tests/kernel/pipe/pipe_api/prj.conf diff --git a/tests/kernel/pipe/test_pipe_api/src/Makefile b/tests/kernel/pipe/pipe_api/src/Makefile similarity index 100% rename from tests/kernel/pipe/test_pipe_api/src/Makefile rename to tests/kernel/pipe/pipe_api/src/Makefile diff --git a/tests/kernel/pipe/test_pipe_api/src/main.c b/tests/kernel/pipe/pipe_api/src/main.c similarity index 100% rename from tests/kernel/pipe/test_pipe_api/src/main.c rename to tests/kernel/pipe/pipe_api/src/main.c diff --git a/tests/kernel/pipe/test_pipe_api/src/test_pipe_contexts.c b/tests/kernel/pipe/pipe_api/src/test_pipe_contexts.c similarity index 100% rename from tests/kernel/pipe/test_pipe_api/src/test_pipe_contexts.c rename to tests/kernel/pipe/pipe_api/src/test_pipe_contexts.c diff --git a/tests/kernel/pipe/test_pipe_api/src/test_pipe_fail.c b/tests/kernel/pipe/pipe_api/src/test_pipe_fail.c similarity index 100% rename from tests/kernel/pipe/test_pipe_api/src/test_pipe_fail.c rename to tests/kernel/pipe/pipe_api/src/test_pipe_fail.c diff --git a/tests/kernel/pipe/test_pipe_api/testcase.ini b/tests/kernel/pipe/pipe_api/testcase.ini similarity index 100% rename from tests/kernel/pipe/test_pipe_api/testcase.ini rename to tests/kernel/pipe/pipe_api/testcase.ini