From 19917f18b7c50940b9168e16c2f4ee95679bf9e3 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 11 Nov 2019 15:39:01 +0100 Subject: [PATCH] tests/libfixmath*: rename test applications Use pkg_ prefix to have a consistent name with other pkg tests applications --- tests/{libfixmath => pkg_libfixmath}/Makefile | 0 tests/{libfixmath => pkg_libfixmath}/do-test.py | 0 tests/{libfixmath => pkg_libfixmath}/main.c | 0 tests/{libfixmath => pkg_libfixmath}/tests/01-run.py | 0 tests/{libfixmath_unittests => pkg_libfixmath_unittests}/Makefile | 0 .../Makefile.ci | 0 tests/{libfixmath_unittests => pkg_libfixmath_unittests}/main.c | 0 .../tests/01-run.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/{libfixmath => pkg_libfixmath}/Makefile (100%) rename tests/{libfixmath => pkg_libfixmath}/do-test.py (100%) rename tests/{libfixmath => pkg_libfixmath}/main.c (100%) rename tests/{libfixmath => pkg_libfixmath}/tests/01-run.py (100%) rename tests/{libfixmath_unittests => pkg_libfixmath_unittests}/Makefile (100%) rename tests/{libfixmath_unittests => pkg_libfixmath_unittests}/Makefile.ci (100%) rename tests/{libfixmath_unittests => pkg_libfixmath_unittests}/main.c (100%) rename tests/{libfixmath_unittests => pkg_libfixmath_unittests}/tests/01-run.py (100%) diff --git a/tests/libfixmath/Makefile b/tests/pkg_libfixmath/Makefile similarity index 100% rename from tests/libfixmath/Makefile rename to tests/pkg_libfixmath/Makefile diff --git a/tests/libfixmath/do-test.py b/tests/pkg_libfixmath/do-test.py similarity index 100% rename from tests/libfixmath/do-test.py rename to tests/pkg_libfixmath/do-test.py diff --git a/tests/libfixmath/main.c b/tests/pkg_libfixmath/main.c similarity index 100% rename from tests/libfixmath/main.c rename to tests/pkg_libfixmath/main.c diff --git a/tests/libfixmath/tests/01-run.py b/tests/pkg_libfixmath/tests/01-run.py similarity index 100% rename from tests/libfixmath/tests/01-run.py rename to tests/pkg_libfixmath/tests/01-run.py diff --git a/tests/libfixmath_unittests/Makefile b/tests/pkg_libfixmath_unittests/Makefile similarity index 100% rename from tests/libfixmath_unittests/Makefile rename to tests/pkg_libfixmath_unittests/Makefile diff --git a/tests/libfixmath_unittests/Makefile.ci b/tests/pkg_libfixmath_unittests/Makefile.ci similarity index 100% rename from tests/libfixmath_unittests/Makefile.ci rename to tests/pkg_libfixmath_unittests/Makefile.ci diff --git a/tests/libfixmath_unittests/main.c b/tests/pkg_libfixmath_unittests/main.c similarity index 100% rename from tests/libfixmath_unittests/main.c rename to tests/pkg_libfixmath_unittests/main.c diff --git a/tests/libfixmath_unittests/tests/01-run.py b/tests/pkg_libfixmath_unittests/tests/01-run.py similarity index 100% rename from tests/libfixmath_unittests/tests/01-run.py rename to tests/pkg_libfixmath_unittests/tests/01-run.py