-- Basic integration test: prove CraftOS-PC boots and can run a test script. local createLibTest = require('/apis/libtest'); local testlib = createLibTest({ ... }); testlib.test('CraftOS-PC boots and runs Lua', function() testlib.assertTrue(true); end); testlib.run();