diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/fonts-tlwg/tests/test-ttf.sh')
-rwxr-xr-x | Master/texmf-dist/source/fonts/fonts-tlwg/tests/test-ttf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tests/test-ttf.sh b/Master/texmf-dist/source/fonts/fonts-tlwg/tests/test-ttf.sh new file mode 100755 index 00000000000..da090ee5927 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tests/test-ttf.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export top_builddir=${top_builddir-../} +export top_srcdir=${top_srcdir-../} +exec ${top_srcdir}/tests/gen-pdfsample.sh .ttf TTF + |