From df2d55aedf664304987100812c45bdf4ef8231a0 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 29 Sep 2011 12:04:55 +0000 Subject: ps2eps: add a simple test case git-svn-id: svn://tug.org/texlive/trunk@24128 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/ps2eps/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Build/source/utils/ps2eps/Makefile.am') diff --git a/Build/source/utils/ps2eps/Makefile.am b/Build/source/utils/ps2eps/Makefile.am index 731c0bb6449..67e6ed77347 100644 --- a/Build/source/utils/ps2eps/Makefile.am +++ b/Build/source/utils/ps2eps/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory utils/ps2eps/ ## -## Copyright (C) 2009 - 2011 Peter Breitenlohner +## Copyright (C) 2009-2011 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -39,3 +39,12 @@ uninstall-hook: uninstall-links CLEANFILES = $(nodist_bin_SCRIPTS) +## Tests +## +TESTS = bbox.test +EXTRA_DIST += $(TESTS) + +## bbox.test +EXTRA_DIST += tests/plot.pbm tests/plot.out +DISTCLEANFILES = plot.out + -- cgit v1.2.3