/[qemu]/qemu/tests/Makefile
ViewVC logotype

Diff of /qemu/tests/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by bellard, Tue Apr 29 21:33:45 2003 UTC revision 1.18 by bellard, Fri May 16 13:58:37 2003 UTC
# Line 30  test_path: test_path.c Line 30  test_path: test_path.c
30          ./$@ || { rm $@; exit 1; }          ./$@ || { rm $@; exit 1; }
31    
32  # i386 emulation test (test various opcodes) */  # i386 emulation test (test various opcodes) */
33  test-i386: test-i386.c test-i386-code16.S \  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             test-i386.h test-i386-shift.h test-i386-muldiv.h
35          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c test-i386-code16.S -lm          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c \
36                  test-i386-code16.S test-i386-vm86.S -lm
37    
38  test: test-i386  test: test-i386
39  ifeq ($(ARCH),i386)  ifeq ($(ARCH),i386)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26