mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-04 03:49:14 +00:00
feat(userspace/apps/test/utest): add TestProcess function for executing test programs
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
4
Userspace/apps/test/utest/fb/fb.c
Normal file
4
Userspace/apps/test/utest/fb/fb.c
Normal file
@ -0,0 +1,4 @@
|
||||
int fb_main()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user