Revision 9b0b8203
b/Makefile | ||
---|---|---|
3 | 3 |
include config-host.mak |
4 | 4 |
|
5 | 5 |
.PHONY: all clean distclean dvi info install install-doc tar tarbin \ |
6 |
speed test test2 html dvi info
|
|
6 |
speed test html dvi info |
|
7 | 7 |
|
8 | 8 |
BASE_CFLAGS= |
9 | 9 |
BASE_LDFLAGS= |
... | ... | |
176 | 176 |
done |
177 | 177 |
|
178 | 178 |
# various test targets |
179 |
test speed test2: all
|
|
179 |
test speed: all |
|
180 | 180 |
$(MAKE) -C tests $@ |
181 | 181 |
|
182 | 182 |
TAGS: |
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