Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 513 Bytes

TESTING.md

File metadata and controls

18 lines (12 loc) · 513 Bytes

TESTING

This file describes each test available to the kernel, and whether or not a given test succeeds.

Tests:

1. Basic Boot

To execute this test, enter "cargo test --test basicboot". As of v0.16.1, the kernel should pass this test.

2. Should-Panic

To execute this test, enter "cargo test --test shouldpanic". As of v0.16.1, the kernel should pass this test.

3. Stack Overflow

To execute this test, enter "cargo test --test stackoverflow". As of v0.16.1, the kernel should pass this test.