diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-04 01:14:13 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-04 01:14:13 +0000 |
commit | d57c4e01206ebc8b21702c243e7a19638f783b43 (patch) | |
tree | 6dff6ab33996f766a8917835fed0c4f57d98da02 /tests/Makefile | |
parent | 4b74fe1f0013c622693b26141c0ed031a284a45a (diff) |
added shiftd support - improved auto test
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@20 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 489e6b557f..30022b19aa 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -19,7 +19,7 @@ test2: test2.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< # i386 emulation test (dump various opcodes) */ -test-i386: test-i386.c test-i386.h test-i386-shift.h +test-i386: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ $< test: test-i386 |