diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index cbe80e2974..c6347edfcc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ test2: test2.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< # i386 emulation test (dump various opcodes) */ -test-i386: test-i386.c test-i386.h +test-i386: test-i386.c test-i386.h test-i386-shift.h $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< test: test-i386 |