From 6369c12e2ec27819ed484f0c77d4f42353d707e7 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 5 Aug 2025 19:18:25 +0200 Subject: [PATCH] unittest moved to own collection git repo --- repos.json | 51 ----------------------------------------------- unittest/Makefile | 32 ----------------------------- 2 files changed, 83 deletions(-) delete mode 100644 unittest/Makefile diff --git a/repos.json b/repos.json index 341d213..88ccdf9 100644 --- a/repos.json +++ b/repos.json @@ -171,57 +171,6 @@ }, - - { - "URL": "unittest/caching.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/fstools.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/geo.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/helpers.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/keyboard.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/media.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/report.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/socket_protocol.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/state_machine.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/stringtools.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/task.git", - "TARGET": "unittest" - }, - { - "URL": "unittest/tcp_socket.git", - "TARGET": "unittest" - }, - - { "URL": "ansible/zigbee_cfg_multimedia", "TARGET": "smarthome_cfg" diff --git a/unittest/Makefile b/unittest/Makefile deleted file mode 100644 index 5e7f30f..0000000 --- a/unittest/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -MAKEFLAGS += --no-print-directory - -help: - @echo "Help is not yet implemented" - @echo "Possible Maketargets: status clean gitsubup gits giti" - -gitstatus: - @echo "\n\n\033[1;34m╔═══════════╗" - @echo "║ unittest ║" - @echo "╚═══════════╝\033[00m" - @ineach "giti -s && echo -n ' - ' && pwd" - -status: - unittest_status - -clean: - @ineach -e eclipse-workspace,.git -p "make -k clean" - -cleanall: - @ineach -e eclipse-workspace,.git -p "make -kiC unittest cleanall" - -gitsubup: - @ineach -e eclipse-workspace,.git -p gitsubup - -gits: - @ineach -e eclipse-workspace,.git -p "gits;read -rsn1 -p Press\ any\ key\ to\ continue..." - -_giti_: - @ineach -e eclipse-workspace,.git giti - -giti: - @make _giti_ | less -r