diff options
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 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) |