summaryrefslogtreecommitdiff
path: root/mktests
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-08-26 10:55:07 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-08-26 10:55:07 +0200
commit8da961e02fd2a9443f243828ae1af6074cdfe90e (patch)
tree800df2e4f24d96cec660707e72a6fed153496df0 /mktests
parentcaad88140539bdabee6783f7b5aa718723412322 (diff)
downloadluaotfload-8da961e02fd2a9443f243828ae1af6074cdfe90e.tar.gz
[tests] test some more dejavu fonts
Diffstat (limited to 'mktests')
-rwxr-xr-xmktests7
1 files changed, 4 insertions, 3 deletions
diff --git a/mktests b/mktests
index 96ed92a..50402cc 100755
--- a/mktests
+++ b/mktests
@@ -73,9 +73,10 @@ end
local infer_regular_style = {
--- inferring which one is the correct style for “regular”; can be
--- obscured by synonyms like “book” etc.
- { "Iwona", "Iwona-Regular.otf" }, -- trivial case
- { "DejaVu Serif", "DejaVuSerif.ttf" },
- { "Adobe Garamond Pro", "agaramondpro_regular.otf" },
+ { "Iwona", "Iwona-Regular.otf" }, -- trivial case
+ { "DejaVu Serif", "DejaVuSerif.ttf" },
+ { "DejaVu Sans", "DejaVuSans.ttf" },
+ { "Adobe Garamond Pro", "agaramondpro_regular.otf" },
{ "Garamond Premier Pro", "GaramondPremrPro-Capt.otf" },
}