From bc47c287dfe15909de6b76f19b8b0968ba54724a Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 14 Jan 2015 00:26:39 +0000 Subject: travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test. --- minimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minimal') 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 -- cgit v1.2.3