diff options
Diffstat (limited to 'minimal/Makefile')
| -rw-r--r-- | minimal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minimal/Makefile b/minimal/Makefile index 022b9e0c4..78d1f4fd2 100644 --- a/minimal/Makefile +++ b/minimal/Makefile @@ -71,4 +71,7 @@ run: sleep 1 reset +test: $(BUILD)/firmware.elf + $(Q)echo -e "print('hello world!', list(x+1 for x in range(10)), end='eol\\\\n')\\r\\n\\x04" | $(BUILD)/firmware.elf | tail -n2 | grep "^hello world! \\[1, 2, 3, 4, 5, 6, 7, 8, 9, 10\\]eol" + include ../py/mkrules.mk |
