Revision 9b0b8203 tests/Makefile

b/tests/Makefile
92 92
hello-mipsel: hello-mips.c
93 93
	mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
94 94

  
95
# XXX: find a way to compile easily a test for each arch
96
test2:
97
	@for arch in i386 arm armeb sparc ppc mips mipsel; do \
98
           ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
99
        done
100

  
101

  
102 95
# testsuite for the CRIS port.
103 96
test-cris:
104 97
	$(MAKE) -C cris check

Also available in: Unified diff