Commit 5132455efe7555d707041fecb48be5bdcba7acf5

Authored by bellard
1 parent c0ad5542

test-i386 update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@176 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 3 additions and 2 deletions
tests/Makefile
@@ -30,9 +30,10 @@ test_path: test_path.c @@ -30,9 +30,10 @@ test_path: test_path.c
30 ./$@ || { rm $@; exit 1; } 30 ./$@ || { rm $@; exit 1; }
31 31
32 # i386 emulation test (test various opcodes) */ 32 # i386 emulation test (test various opcodes) */
33 -test-i386: test-i386.c test-i386-code16.S \ 33 +test-i386: test-i386.c test-i386-code16.S test-i386-vm86.S \
34 test-i386.h test-i386-shift.h test-i386-muldiv.h 34 test-i386.h test-i386-shift.h test-i386-muldiv.h
35 - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c test-i386-code16.S -lm 35 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c \
  36 + test-i386-code16.S test-i386-vm86.S -lm
36 37
37 test: test-i386 38 test: test-i386
38 ifeq ($(ARCH),i386) 39 ifeq ($(ARCH),i386)