Revision d57c4e01 tests/Makefile

b/tests/Makefile
19 19
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
20 20

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

  
25 25
test: test-i386

Also available in: Unified diff