diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-29 21:34:02 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-29 21:34:02 +0000 |
commit | 3c51961e0e9e0e20415825af8e9babc2f086ebe0 (patch) | |
tree | 215a6d4faf77c7439fd3d16f7a288b55b4b4a8d4 /tests | |
parent | d014c98c8dce88c3b6cc19bd2e0e558900f5c1d0 (diff) | |
download | qemu-3c51961e0e9e0e20415825af8e9babc2f086ebe0.zip qemu-3c51961e0e9e0e20415825af8e9babc2f086ebe0.tar.gz qemu-3c51961e0e9e0e20415825af8e9babc2f086ebe0.tar.bz2 |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@120 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.cvsignore | 6 | ||||
-rw-r--r-- | tests/Makefile | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore index 9b6d517..b70d47b 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -3,16 +3,10 @@ hello sha1.test.c sha1.c - op.c test-i386 sha1 testclone - interp.h - interploop.c .gdb_history - cachegrind.out - interp.c - interp testthread test-i386.s test-i386.ref diff --git a/tests/Makefile b/tests/Makefile index 386cb3c..6a55d20 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -32,7 +32,7 @@ test_path: test_path.c # i386 emulation test (test various opcodes) */ test-i386: test-i386.c test-i386-code16.S \ test-i386.h test-i386-shift.h test-i386-muldiv.h - $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ test-i386.c test-i386-code16.S -lm + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c test-i386-code16.S -lm test: test-i386 ifeq ($(ARCH),i386) |