From e8e790209e73ab93e52581cec1adbc49afcaaf09 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 12 May 2023 11:13:47 +0200 Subject: [PATCH] tests/sys: move missing sys related tests --- tests/{ => sys}/dbgpin/Makefile | 2 +- tests/{ => sys}/dbgpin/main.c | 0 tests/{ => sys}/dbgpin/tests/01-run.py | 0 tests/{ => sys}/embunit/Makefile | 2 +- tests/{ => sys}/embunit/main.c | 0 tests/{ => sys}/embunit/tests/01-run.py | 0 tests/{ => sys}/entropy_source/Makefile | 2 +- tests/{ => sys}/entropy_source/Makefile.board.dep | 0 tests/{ => sys}/entropy_source/README.md | 0 tests/{ => sys}/entropy_source/main.c | 0 tests/{ => sys}/float/Makefile | 2 +- tests/{ => sys}/float/README.md | 0 tests/{ => sys}/float/main.c | 0 tests/{ => sys}/float/tests/01-run.py | 0 tests/{ => sys}/heap_cmd/Makefile | 2 +- tests/{ => sys}/heap_cmd/Makefile.ci | 0 tests/{ => sys}/heap_cmd/README.md | 0 tests/{ => sys}/heap_cmd/app.config.test | 0 tests/{ => sys}/heap_cmd/main.c | 0 tests/{ => sys}/heap_cmd/tests/01-run.py | 0 tests/{ => sys}/ssp/Makefile | 2 +- tests/{ => sys}/ssp/main.c | 0 tests/{ => sys}/ssp/tests/01-run.py | 0 tests/{ => sys}/stdin/Makefile | 2 +- tests/{ => sys}/stdin/main.c | 0 tests/{ => sys}/stdin/tests/01-run.py | 0 26 files changed, 7 insertions(+), 7 deletions(-) rename tests/{ => sys}/dbgpin/Makefile (93%) rename tests/{ => sys}/dbgpin/main.c (100%) rename tests/{ => sys}/dbgpin/tests/01-run.py (100%) rename tests/{ => sys}/embunit/Makefile (76%) rename tests/{ => sys}/embunit/main.c (100%) rename tests/{ => sys}/embunit/tests/01-run.py (100%) rename tests/{ => sys}/entropy_source/Makefile (81%) rename tests/{ => sys}/entropy_source/Makefile.board.dep (100%) rename tests/{ => sys}/entropy_source/README.md (100%) rename tests/{ => sys}/entropy_source/main.c (100%) rename tests/{ => sys}/float/Makefile (53%) rename tests/{ => sys}/float/README.md (100%) rename tests/{ => sys}/float/main.c (100%) rename tests/{ => sys}/float/tests/01-run.py (100%) rename tests/{ => sys}/heap_cmd/Makefile (85%) rename tests/{ => sys}/heap_cmd/Makefile.ci (100%) rename tests/{ => sys}/heap_cmd/README.md (100%) rename tests/{ => sys}/heap_cmd/app.config.test (100%) rename tests/{ => sys}/heap_cmd/main.c (100%) rename tests/{ => sys}/heap_cmd/tests/01-run.py (100%) rename tests/{ => sys}/ssp/Makefile (93%) rename tests/{ => sys}/ssp/main.c (100%) rename tests/{ => sys}/ssp/tests/01-run.py (100%) rename tests/{ => sys}/stdin/Makefile (76%) rename tests/{ => sys}/stdin/main.c (100%) rename tests/{ => sys}/stdin/tests/01-run.py (100%) diff --git a/tests/dbgpin/Makefile b/tests/sys/dbgpin/Makefile similarity index 93% rename from tests/dbgpin/Makefile rename to tests/sys/dbgpin/Makefile index f5dcb56ef5..46926de67f 100644 --- a/tests/dbgpin/Makefile +++ b/tests/sys/dbgpin/Makefile @@ -1,6 +1,6 @@ BOARD ?= nucleo-f767zi -include ../Makefile.tests_common +include ../Makefile.sys_common USEMODULE += dbgpin USEMODULE += xtimer diff --git a/tests/dbgpin/main.c b/tests/sys/dbgpin/main.c similarity index 100% rename from tests/dbgpin/main.c rename to tests/sys/dbgpin/main.c diff --git a/tests/dbgpin/tests/01-run.py b/tests/sys/dbgpin/tests/01-run.py similarity index 100% rename from tests/dbgpin/tests/01-run.py rename to tests/sys/dbgpin/tests/01-run.py diff --git a/tests/embunit/Makefile b/tests/sys/embunit/Makefile similarity index 76% rename from tests/embunit/Makefile rename to tests/sys/embunit/Makefile index a5aa0490fd..180940feaa 100644 --- a/tests/embunit/Makefile +++ b/tests/sys/embunit/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.sys_common USEMODULE += embunit diff --git a/tests/embunit/main.c b/tests/sys/embunit/main.c similarity index 100% rename from tests/embunit/main.c rename to tests/sys/embunit/main.c diff --git a/tests/embunit/tests/01-run.py b/tests/sys/embunit/tests/01-run.py similarity index 100% rename from tests/embunit/tests/01-run.py rename to tests/sys/embunit/tests/01-run.py diff --git a/tests/entropy_source/Makefile b/tests/sys/entropy_source/Makefile similarity index 81% rename from tests/entropy_source/Makefile rename to tests/sys/entropy_source/Makefile index 2375780b95..7b4cd1f289 100644 --- a/tests/entropy_source/Makefile +++ b/tests/sys/entropy_source/Makefile @@ -1,5 +1,5 @@ DEVELHELP ?= 0 -include ../Makefile.tests_common +include ../Makefile.sys_common BOARD ?= native diff --git a/tests/entropy_source/Makefile.board.dep b/tests/sys/entropy_source/Makefile.board.dep similarity index 100% rename from tests/entropy_source/Makefile.board.dep rename to tests/sys/entropy_source/Makefile.board.dep diff --git a/tests/entropy_source/README.md b/tests/sys/entropy_source/README.md similarity index 100% rename from tests/entropy_source/README.md rename to tests/sys/entropy_source/README.md diff --git a/tests/entropy_source/main.c b/tests/sys/entropy_source/main.c similarity index 100% rename from tests/entropy_source/main.c rename to tests/sys/entropy_source/main.c diff --git a/tests/float/Makefile b/tests/sys/float/Makefile similarity index 53% rename from tests/float/Makefile rename to tests/sys/float/Makefile index 24bb481657..474ad5124a 100644 --- a/tests/float/Makefile +++ b/tests/sys/float/Makefile @@ -1,3 +1,3 @@ -include ../Makefile.tests_common +include ../Makefile.sys_common include $(RIOTBASE)/Makefile.include diff --git a/tests/float/README.md b/tests/sys/float/README.md similarity index 100% rename from tests/float/README.md rename to tests/sys/float/README.md diff --git a/tests/float/main.c b/tests/sys/float/main.c similarity index 100% rename from tests/float/main.c rename to tests/sys/float/main.c diff --git a/tests/float/tests/01-run.py b/tests/sys/float/tests/01-run.py similarity index 100% rename from tests/float/tests/01-run.py rename to tests/sys/float/tests/01-run.py diff --git a/tests/heap_cmd/Makefile b/tests/sys/heap_cmd/Makefile similarity index 85% rename from tests/heap_cmd/Makefile rename to tests/sys/heap_cmd/Makefile index c697144c0c..99f430622f 100644 --- a/tests/heap_cmd/Makefile +++ b/tests/sys/heap_cmd/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.sys_common USEMODULE += shell USEMODULE += shell_cmd_heap diff --git a/tests/heap_cmd/Makefile.ci b/tests/sys/heap_cmd/Makefile.ci similarity index 100% rename from tests/heap_cmd/Makefile.ci rename to tests/sys/heap_cmd/Makefile.ci diff --git a/tests/heap_cmd/README.md b/tests/sys/heap_cmd/README.md similarity index 100% rename from tests/heap_cmd/README.md rename to tests/sys/heap_cmd/README.md diff --git a/tests/heap_cmd/app.config.test b/tests/sys/heap_cmd/app.config.test similarity index 100% rename from tests/heap_cmd/app.config.test rename to tests/sys/heap_cmd/app.config.test diff --git a/tests/heap_cmd/main.c b/tests/sys/heap_cmd/main.c similarity index 100% rename from tests/heap_cmd/main.c rename to tests/sys/heap_cmd/main.c diff --git a/tests/heap_cmd/tests/01-run.py b/tests/sys/heap_cmd/tests/01-run.py similarity index 100% rename from tests/heap_cmd/tests/01-run.py rename to tests/sys/heap_cmd/tests/01-run.py diff --git a/tests/ssp/Makefile b/tests/sys/ssp/Makefile similarity index 93% rename from tests/ssp/Makefile rename to tests/sys/ssp/Makefile index 9e141f5c99..276c616eb2 100644 --- a/tests/ssp/Makefile +++ b/tests/sys/ssp/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.sys_common USEMODULE += ssp diff --git a/tests/ssp/main.c b/tests/sys/ssp/main.c similarity index 100% rename from tests/ssp/main.c rename to tests/sys/ssp/main.c diff --git a/tests/ssp/tests/01-run.py b/tests/sys/ssp/tests/01-run.py similarity index 100% rename from tests/ssp/tests/01-run.py rename to tests/sys/ssp/tests/01-run.py diff --git a/tests/stdin/Makefile b/tests/sys/stdin/Makefile similarity index 76% rename from tests/stdin/Makefile rename to tests/sys/stdin/Makefile index 9a120a17f8..54f6f1a4c8 100644 --- a/tests/stdin/Makefile +++ b/tests/sys/stdin/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.sys_common USEMODULE += stdin diff --git a/tests/stdin/main.c b/tests/sys/stdin/main.c similarity index 100% rename from tests/stdin/main.c rename to tests/sys/stdin/main.c diff --git a/tests/stdin/tests/01-run.py b/tests/sys/stdin/tests/01-run.py similarity index 100% rename from tests/stdin/tests/01-run.py rename to tests/sys/stdin/tests/01-run.py