Revision 5132455e

b/tests/Makefile
30 30
	./$@ || { rm $@; exit 1; }
31 31

  
32 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 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 38
test: test-i386
38 39
ifeq ($(ARCH),i386)

Also available in: Unified diff