vmnet: stop recieving events when VM is stopped
[qemu/ar7.git] / tests / tcg / riscv64 / Makefile.target
blobcc3ed65ffd8d0310ba3eaebab84d7090e3cf6e38
1 # -*- Mode: makefile -*-
2 # RISC-V specific tweaks
4 VPATH += $(SRC_PATH)/tests/tcg/riscv64
5 TESTS += test-div
6 TESTS += noexec
8 # Disable compressed instructions for test-noc
9 TESTS += test-noc
10 test-noc: LDFLAGS = -nostdlib -static
11 run-test-noc: QEMU_OPTS += -cpu rv64,c=false
12 run-plugin-test-noc-%: QEMU_OPTS += -cpu rv64,c=false