cc-libs/tests/boot.lua
2026-06-08 04:28:56 +02:00

5 lines
180 B
Lua

-- Smoke test: prove CraftOS-PC boots and stdout flushes.
-- Invoked via `craftos --headless --script tests/boot.lua` from `just test`.
print('__TRAPOS_TEST_OK__');
os.shutdown();