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

Diff of /qemu/tests/Makefile

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

revision 1.18 by bellard, Fri May 16 13:58:37 2003 UTC revision 1.19 by bellard, Mon Jun 9 15:30:37 2003 UTC
# Line 35  test-i386: test-i386.c test-i386-code16. Line 35  test-i386: test-i386.c test-i386-code16.
35          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c \          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c \
36                test-i386-code16.S test-i386-vm86.S -lm                test-i386-code16.S test-i386-vm86.S -lm
37    
 test: test-i386  
38  ifeq ($(ARCH),i386)  ifeq ($(ARCH),i386)
39    test: test-i386
40          ./test-i386 > test-i386.ref          ./test-i386 > test-i386.ref
41    else
42    test:
43  endif  endif
44          $(QEMU) test-i386 > test-i386.out          $(QEMU) test-i386 > test-i386.out
45          @if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi          @if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi

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

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