diff options
| author | Damien George | 2015-01-14 00:26:39 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-14 00:26:39 +0000 |
| commit | bc47c287dfe15909de6b76f19b8b0968ba54724a (patch) | |
| tree | acc4a9c4ce1547d0d44bde3dd2fad303dba55974 /minimal/Makefile | |
| parent | 1e1779eacf4da5cd8699bee26a02eed4eda10101 (diff) | |
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
Diffstat (limited to 'minimal/Makefile')
| -rw-r--r-- | minimal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal/Makefile b/minimal/Makefile index 78d1f4fd2..592911516 100644 --- a/minimal/Makefile +++ b/minimal/Makefile @@ -72,6 +72,6 @@ run: 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" + $(Q)/bin/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 |
