feat(userspace/apps/test/utest): add TestProcess function for executing test programs

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-21 02:58:30 +02:00
parent e003af38ff
commit 4d333f94bc
3 changed files with 43 additions and 5 deletions

View File

@ -15,7 +15,8 @@
"userspace/libc",
"userspace/libs/libdemo",
"vscode",
"userspace/apps/sys/init"
"userspace/apps/sys/init",
"userspace/apps/test/utest"
]
}
}