unittest moved to own collection git repo
This commit is contained in:
parent
d1f074f820
commit
6369c12e2e
51
repos.json
51
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"
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user