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

@ -0,0 +1,4 @@
int fb_main()
{
return 0;
}