Add files via upload

This commit is contained in:
drindhauser
2019-12-06 15:31:45 +01:00
committed by GitHub
commit 45738c5b46
4 changed files with 272 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
test:
@pytest tests
.PHONY: test
help:
@echo "Usage: upload-coredump.py [path to core] [path to executable]"
@echo ""
.PHONY: help