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