[KERNEL] Add test framework

git-svn-id: svn://kolibrios.org@9249 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-11-04 23:52:56 +00:00
parent 95f32fae09
commit 0b73fe657f
6 changed files with 192 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/python3
import sys
sys.path.append('../')
import common
def run():
os = common.run()
os.wait_for_debug_log("K : kernel SVN", timeout = 10)
os.kill()