diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-08 15:04:43 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-08 15:04:43 +0000 |
commit | 4b4eef55581b13870b9c50a659869b08eab3115f (patch) | |
tree | c7dcc5c291270e4347bf4d13affebba15487159b /Build/source/texk/web2c/omegafonts/Makefile.am | |
parent | ef3d3d2a405439fbfb04894c5185025dcd0a7f46 (diff) |
texk/web2c/omegafonts: several bug fixes and additional test cases
git-svn-id: svn://tug.org/texlive/trunk@16640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am index afe7082d8d2..ba20c96af96 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.am +++ b/Build/source/texk/web2c/omegafonts/Makefile.am @@ -83,19 +83,26 @@ endif OTANGLE ## Tests ## +OMFONTS_tests = level1.test omfonts.test repeat.test specialhex.test if OTANGLE if OMFONTS -TESTS = omfonts.test specialhex.test +TESTS = $(OMFONTS_tests) endif OMFONTS endif OTANGLE -EXTRA_DIST = omfonts.test specialhex.test +EXTRA_DIST = $(OMFONTS_tests) +## level1.test +EXTRA_DIST += tests/level1.opl +DISTCLEANFILES += tests/xlevel1.ofm tests/xlevel1.opl ## omfonts.test EXTRA_DIST += tests/Cherokee.pl tests/OCherokee.ovp DISTCLEANFILES += tests/Cherokee.tfm tests/OCherokee.ofm \ tests/OCherokee.opl tests/OCherokee.ovf \ tests/xCherokee.* tests/xOCherokee.* +## repeat.test +EXTRA_DIST += tests/repeat.opl tests/repeated.opl +DISTCLEANFILES += tests/xrepeated.* ## specialhex.test EXTRA_DIST += tests/specialhex.ovp DISTCLEANFILES += tests/specialhex.ofm tests/specialhex.opl \ |