awesome/tests/examples/text/template.lua

6 lines
98 B
Lua

local file_path = ...
require("_common_template")(...)
-- Execute the test
loadfile(file_path)()