mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Disable test harness for stack_overflow test
This commit is contained in:
@@ -8,6 +8,10 @@ edition = "2018"
|
|||||||
name = "panic_handler"
|
name = "panic_handler"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
|
[[test]]
|
||||||
|
name = "stack_overflow"
|
||||||
|
harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bootloader = "0.6.0"
|
bootloader = "0.6.0"
|
||||||
volatile = "0.2.3"
|
volatile = "0.2.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user