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:
parent
5d59294c17
commit
419d8ad585
5 changed files with 469 additions and 110 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue