Add runtime testing harness

This commit is contained in:
Sam Tebbs 2019-06-29 23:50:44 +01:00 committed by SamTebbs33
parent f8f7e40535
commit 35cfbd1686
9 changed files with 103 additions and 13 deletions

2
.gitignore vendored
View file

@ -43,3 +43,5 @@ zig-cache
# Build dir
bin/*
*.pyc
__pycache__