blob: 520097bc0f0ea0109f25d5f9bfc46747e7ff18d2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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"
|