]> git.proxmox.com Git - mirror_qemu.git/commitdiff
removed obsolete test2 target
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 14 Nov 2007 10:34:57 +0000 (10:34 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 14 Nov 2007 10:34:57 +0000 (10:34 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3640 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile
tests/Makefile

index 73f9e3db1860cab065c0264c32e83978888efa5e..e8b28770b78da82b3322bffd59b47aa6a216ba20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 include config-host.mak
 
 .PHONY: all clean distclean dvi info install install-doc tar tarbin \
-       speed test test2 html dvi info
+       speed test html dvi info
 
 BASE_CFLAGS=
 BASE_LDFLAGS=
@@ -176,7 +176,7 @@ endif
         done
 
 # various test targets
-test speed test2: all
+test speed: all
        $(MAKE) -C tests $@
 
 TAGS:
index 94ec0b4a088250a89582d3b4420867a3b9f18c42..f8bad3232e0b71b483933e1543bcc2a803185b77 100644 (file)
@@ -92,13 +92,6 @@ hello-mips: hello-mips.c
 hello-mipsel: hello-mips.c
        mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
 
-# XXX: find a way to compile easily a test for each arch
-test2:
-       @for arch in i386 arm armeb sparc ppc mips mipsel; do \
-           ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
-        done
-
-
 # testsuite for the CRIS port.
 test-cris:
        $(MAKE) -C cris check