Add runtime testing harness
This commit is contained in:
parent
f8f7e40535
commit
35cfbd1686
9 changed files with 103 additions and 13 deletions
6
test/kernel/arch/x86/rt-test.py
Normal file
6
test/kernel/arch/x86/rt-test.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def getTestCases(TestCase):
|
||||
return [
|
||||
TestCase("GDT init", [r"Init gdt", r"Done"]),
|
||||
TestCase("IDT init", [r"Init idt", r"Done"]),
|
||||
TestCase("PIT init", [r"Init pit", r".+", "Done"])
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue