block/nvme: Introduce Completion Queue definitions
[qemu/ar7.git] / tests / tcg / x86_64 / Makefile.target
blob20bf96202ad2dc4fe95e034748070afd53032a0d
1 # -*- Mode: makefile -*-
3 # x86_64 tests - included from tests/tcg/Makefile.target
5 # Currently we only build test-x86_64 and test-i386-ssse3 from
6 # $(SRC)/tests/tcg/i386/
9 include $(SRC_PATH)/tests/tcg/i386/Makefile.target
11 TESTS=$(MULTIARCH_TESTS) $(X86_64_TESTS) test-x86_64
12 QEMU_OPTS += -cpu max
14 test-x86_64: LDFLAGS+=-lm -lc
15 test-x86_64: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h
16         $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)