From 6e0bad7026b8dd6420def78bbcac6139664e3fab Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 10 May 2023 12:05:19 +0200 Subject: [PATCH] tests/lua_loader: move to tests/pkg/lua_loader --- tests/{ => pkg}/lua_loader/Makefile | 2 +- tests/{ => pkg}/lua_loader/Makefile.ci | 0 tests/{ => pkg}/lua_loader/README | 0 tests/{ => pkg}/lua_loader/app.config.test | 0 tests/{ => pkg}/lua_loader/cmodules.c | 0 tests/{ => pkg}/lua_loader/main.c | 0 tests/{ => pkg}/lua_loader/tests/01-run.py | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => pkg}/lua_loader/Makefile (92%) rename tests/{ => pkg}/lua_loader/Makefile.ci (100%) rename tests/{ => pkg}/lua_loader/README (100%) rename tests/{ => pkg}/lua_loader/app.config.test (100%) rename tests/{ => pkg}/lua_loader/cmodules.c (100%) rename tests/{ => pkg}/lua_loader/main.c (100%) rename tests/{ => pkg}/lua_loader/tests/01-run.py (100%) diff --git a/tests/lua_loader/Makefile b/tests/pkg/lua_loader/Makefile similarity index 92% rename from tests/lua_loader/Makefile rename to tests/pkg/lua_loader/Makefile index ef7a3aa5d5..8da433edeb 100644 --- a/tests/lua_loader/Makefile +++ b/tests/pkg/lua_loader/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.pkg_common USEPKG += lua diff --git a/tests/lua_loader/Makefile.ci b/tests/pkg/lua_loader/Makefile.ci similarity index 100% rename from tests/lua_loader/Makefile.ci rename to tests/pkg/lua_loader/Makefile.ci diff --git a/tests/lua_loader/README b/tests/pkg/lua_loader/README similarity index 100% rename from tests/lua_loader/README rename to tests/pkg/lua_loader/README diff --git a/tests/lua_loader/app.config.test b/tests/pkg/lua_loader/app.config.test similarity index 100% rename from tests/lua_loader/app.config.test rename to tests/pkg/lua_loader/app.config.test diff --git a/tests/lua_loader/cmodules.c b/tests/pkg/lua_loader/cmodules.c similarity index 100% rename from tests/lua_loader/cmodules.c rename to tests/pkg/lua_loader/cmodules.c diff --git a/tests/lua_loader/main.c b/tests/pkg/lua_loader/main.c similarity index 100% rename from tests/lua_loader/main.c rename to tests/pkg/lua_loader/main.c diff --git a/tests/lua_loader/tests/01-run.py b/tests/pkg/lua_loader/tests/01-run.py similarity index 100% rename from tests/lua_loader/tests/01-run.py rename to tests/pkg/lua_loader/tests/01-run.py