summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-05-15 21:25:28 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-05-15 21:25:28 +0200
commit37a229fdcc8c191ab2603c314cfbcd450a63c6f0 (patch)
treec95905177263d498de27bacab48b63e5ff8929d3 /scripts
parentdfffd3b6d1e0acc5d7bf11457debcc8506d199b4 (diff)
downloadluaotfload-37a229fdcc8c191ab2603c314cfbcd450a63c6f0.tar.gz
[tests] integrate new configuration system
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mktests2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mktests b/scripts/mktests
index 2fed723..703a6b8 100755
--- a/scripts/mktests
+++ b/scripts/mktests
@@ -35,6 +35,7 @@ require "lualibs"
require "luaotfload-basics-gen.lua"
require "luaotfload-log.lua"
require "luaotfload-parsers"
+require "luaotfload-configuration"
require "luaotfload-database"
local names = fonts.names
@@ -292,6 +293,7 @@ tests ["resolve_font_name"] = resolve_font_name
local main = function ()
local failed, total = 0, 0
+ config.actions.apply_defaults ()
for name, test in next, tests do
texio.write_nl ("[" .. name .. "]")
local newfailed, newtotal = test ()