Added run time tests for PIT

Also changed the TTY a bit
Merged new run time testing


Code layout change


Feedback


Feedback 2
This commit is contained in:
ED 2019-11-06 21:21:27 +00:00
parent 5d59294c17
commit 419d8ad585
5 changed files with 469 additions and 110 deletions

View file

@ -91,3 +91,9 @@ pub fn init(mem_profile: *const MemProfile, allocator: *Allocator, comptime opti
// When I come on to the mem.zig testing, I'll fix :)
//return mock_framework.performAction("init", void, mem_profile, allocator);
}
// User defined mocked functions
pub fn mock_disableInterrupts() void {}
pub fn mock_enableInterrupts() void {}