2016-07-09 19:03:49 +02:00
|
|
|
local file_path = ...
|
|
|
|
require("_common_template")(...)
|
2016-06-07 22:57:01 +02:00
|
|
|
|
2016-05-17 06:58:33 +02:00
|
|
|
-- Execute the test
|
|
|
|
loadfile(file_path)()
|
2016-12-31 13:59:38 +01:00
|
|
|
|
|
|
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|