cc-libs/tests/boot.lua

5 lines
171 B
Lua

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