From ec22f3464c87b3d1b1688898053a569bc4839404 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Mon, 11 Nov 2019 18:42:59 +0100 Subject: Add expect fault handling --- kernel/Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'kernel/Cargo.toml') 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 ", "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" -- cgit v1.2.3-54-g00ecf