Revision 4b74fe1f tests/Makefile

b/tests/Makefile
20 20

  
21 21
# i386 emulation test (dump various opcodes) */
22 22
test-i386: test-i386.c test-i386.h test-i386-shift.h
23
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
23
	$(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ $<
24 24

  
25 25
test: test-i386
26 26
	./test-i386 > test-i386.ref

Also available in: Unified diff