summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Cargo.toml')
-rw-r--r--kernel/Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml
index a2ce08c..1baefdb 100644
--- a/kernel/Cargo.toml
+++ b/kernel/Cargo.toml
@@ -5,8 +5,13 @@ authors = ["Dennis Kobert <dennis@kobert.dev>",
"Jan Zwerschke"]
edition = "2018"
-# [lib]
-# crate-type = ["staticlib"]
+[[test]]
+name = "int3"
+harness = false
+
+[[test]]
+name = "stack_overflow"
+harness = false
[package.metadata.cargo-xbuild]
sysroot_path = "target/sysroot"