Commit 9b0b82037a2ebfb3d38ed2ae23194eadd85b1440
1 parent
3dd98412
removed obsolete test2 target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3640 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
2 additions
and
9 deletions
Makefile
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | include config-host.mak | 3 | include config-host.mak |
4 | 4 | ||
5 | .PHONY: all clean distclean dvi info install install-doc tar tarbin \ | 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 | BASE_CFLAGS= | 8 | BASE_CFLAGS= |
9 | BASE_LDFLAGS= | 9 | BASE_LDFLAGS= |
@@ -176,7 +176,7 @@ endif | @@ -176,7 +176,7 @@ endif | ||
176 | done | 176 | done |
177 | 177 | ||
178 | # various test targets | 178 | # various test targets |
179 | -test speed test2: all | 179 | +test speed: all |
180 | $(MAKE) -C tests $@ | 180 | $(MAKE) -C tests $@ |
181 | 181 | ||
182 | TAGS: | 182 | TAGS: |
tests/Makefile
@@ -92,13 +92,6 @@ hello-mips: hello-mips.c | @@ -92,13 +92,6 @@ hello-mips: hello-mips.c | ||
92 | hello-mipsel: hello-mips.c | 92 | hello-mipsel: hello-mips.c |
93 | mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $< | 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 | # testsuite for the CRIS port. | 95 | # testsuite for the CRIS port. |
103 | test-cris: | 96 | test-cris: |
104 | $(MAKE) -C cris check | 97 | $(MAKE) -C cris check |