blob: 992b8198b935ef1f762e58b7434ddec4e110d1d4 (
plain)
1
2
3
4
5
6
7
8
9
|
[build]
target = "x86_64-uff.json"
rustflags = ["-Clink-arg=-r","-Clink-dead-code"]
[target.'cfg(all(target_os = "none", feature = "testing_qemu"))']
runner = "./run -test -serial"
[target.'cfg(all(target_os = "none", not(feature = "testing_qemu")))']
runner = "./run -test"
|