⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module test_programs

Module test_programs 

Source
Expand description

Test programs for user-space validation

Modules§

driver_test
Driver test - verifies driver framework has registered drivers
filesystem_test
Filesystem test - exercises VFS write/read/mkdir/readdir
hello_world
Hello world test program
network_test
Network test - checks if network subsystem is reachable
process_test
Process management test - verifies process server has processes
shell_test
Shell test - runs built-in commands programmatically
stdlib_test
Standard library test
thread_test
Thread management test - verifies thread manager responds