From ea4c06b2eba5b918e0bfdce683a32b11cce812f2 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Sat, 27 Sep 2025 04:13:48 -0500 Subject: tests --- tests/tests.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tests.lua') diff --git a/tests/tests.lua b/tests/tests.lua index b4110d4..6dae570 100644 --- a/tests/tests.lua +++ b/tests/tests.lua @@ -1,4 +1,5 @@ llby = require("lullaby") +PORT = 5552 local failed = {} local total = 0 @@ -19,6 +20,7 @@ end local handle = assert(io.popen("find tests/units/".. search .." -type f")) for file in handle:lines() do + print(_G._locals) total = total + 1 local f = loadfile(file)() -- cgit v1.2.3