From a18355e1d9632a5dd3b2687d4995a74be62acda1 Mon Sep 17 00:00:00 2001 From: mstroh76 Date: Fri, 6 Jun 2025 19:39:45 +0200 Subject: [PATCH] move old gpio unit tests --- gpio/{pintest => test/pintest.sh} | 0 gpio/{ => test}/test.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename gpio/{pintest => test/pintest.sh} (100%) rename gpio/{ => test}/test.sh (100%) diff --git a/gpio/pintest b/gpio/test/pintest.sh similarity index 100% rename from gpio/pintest rename to gpio/test/pintest.sh diff --git a/gpio/test.sh b/gpio/test/test.sh similarity index 100% rename from gpio/test.sh rename to gpio/test/test.sh