aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 21:34:02 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 21:34:02 +0000
commit3c51961e0e9e0e20415825af8e9babc2f086ebe0 (patch)
tree215a6d4faf77c7439fd3d16f7a288b55b4b4a8d4 /tests
parentd014c98c8dce88c3b6cc19bd2e0e558900f5c1d0 (diff)
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/.cvsignore6
-rw-r--r--tests/Makefile2
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore
index 9b6d5179c2..b70d47bd6b 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 386cb3c169..6a55d20d76 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)