diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:02:51 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:02:51 +0000 |
commit | 89322e2db40185c65a21c59bebbf577fcee55357 (patch) | |
tree | 4ef5baccec9468438025979ab082ee72a595ef75 /Build/source/utils/t1utils/Makefile.am | |
parent | c152ce30a8f230e9761f17c4737c98822686a644 (diff) |
t1utils: add a simple test case
git-svn-id: svn://tug.org/texlive/trunk@24126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/t1utils/Makefile.am')
-rw-r--r-- | Build/source/utils/t1utils/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Build/source/utils/t1utils/Makefile.am b/Build/source/utils/t1utils/Makefile.am index 69dec2637ca..772fef071b5 100644 --- a/Build/source/utils/t1utils/Makefile.am +++ b/Build/source/utils/t1utils/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory utils/t1utils/ ## -## Copyright (C) 2008, 2009, 2010 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2008-2011 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## #************************************************************************ @@ -71,3 +71,12 @@ t1mac_SOURCES = \ LDADD = @LIBOBJS@ +## Tests +## +TESTS = t1utils.test +EXTRA_DIST += $(TESTS) + +## t1utils.test +EXTRA_DIST += tests/Symbol.pfa tests/Symbol.pfb tests/Symbol.raw +DISTCLEANFILES = Symbol.pfa Symbol.pfb Symbol.raw + |