summaryrefslogtreecommitdiff
path: root/kernel/.cargo/config
diff options
context:
space:
mode:
authornatrixaeria <upezu@student.kit.edu>2019-11-15 20:01:26 +0100
committernatrixaeria <upezu@student.kit.edu>2019-11-15 20:01:26 +0100
commit57850278fd6540dbf485db38d6819cbf40e0adf0 (patch)
treea1a57019e739333557eea469ac57c75b85990673 /kernel/.cargo/config
parent307571308b115eb737281711c780fa4cd1ed837f (diff)
Add apic module
Diffstat (limited to 'kernel/.cargo/config')
-rw-r--r--kernel/.cargo/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/.cargo/config b/kernel/.cargo/config
index 4a80025..b74f97c 100644
--- a/kernel/.cargo/config
+++ b/kernel/.cargo/config
@@ -3,4 +3,4 @@ target = "x86_64-uff.json"
rustflags = ["-Clink-arg=-r","-Clink-dead-code"]
[target.'cfg(target_os = "none")']
-runner = "./run test -serial -test"
+runner = "./run test -test"