diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-14 10:34:57 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-14 10:34:57 +0000 |
commit | 9b0b82037a2ebfb3d38ed2ae23194eadd85b1440 (patch) | |
tree | 45f7fbe67a2a982e3a882892649eaf68cc8c1044 /tests | |
parent | 3dd98412ba5a54be627531a385faa539167ddbdf (diff) |
removed obsolete test2 target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3640 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile b/tests/Makefile index 94ec0b4a08..f8bad3232e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 |