From 379ca80d34d685c038800be58d2314933619d78b Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 24 Feb 2003 23:43:02 +0000 Subject: added shift tests git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@12 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index cbe80e2..c6347ed 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 -- cgit v1.1