unittest moved to own collection git repo

This commit is contained in:
Dirk Alders 2025-08-05 19:18:25 +02:00
parent d1f074f820
commit 6369c12e2e
2 changed files with 0 additions and 83 deletions

View File

@ -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"

View File

@ -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