From b5075d29a88017705c252a0695f279f982f59a6f Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 22 Apr 2004 21:37:55 +0000 Subject: more imul tests git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@737 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index c224504..25742e2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,6 +38,10 @@ test: endif $(QEMU) test-i386 > test-i386.out @if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi +ifeq ($(ARCH),i386) + $(QEMU) -no-code-copy test-i386 > test-i386.out + @if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK (no code copy)"; fi +endif # generic Linux and CPU test linux-test: linux-test.c -- cgit v1.1