From d615d6795ee81e59795081b7fb2524978b6aa9cb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 Oct 2009 01:13:34 -0400 Subject: (Sort of) parse boxes. --- tests/dimension/Makefile.am | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'tests/dimension/Makefile.am') diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index 8bf7550..36d0989 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -19,27 +19,19 @@ INCLUDES = -I$(top_srcdir)/libdimension -TESTS = punctuation.sh numeric.sh strings.sh labels.sh directives.sh +TESTS = punctuation.sh numeric.sh strings.sh labels.sh directives.sh box.sh TESTS_ENVIRONMENT = top_builddir=$(top_builddir) -punctuation.sh: - cp $(srcdir)/punctuation.sh . - -numeric.sh: - cp $(srcdir)/numeric.sh . - -strings.sh: - cp $(srcdir)/strings.sh . - -labels.sh: - cp $(srcdir)/labels.sh . - -directives.sh: - cp $(srcdir)/directives.sh . +%.sh: + cp $(srcdir)/$@ . EXTRA_DIST = $(TESTS) \ punctuation.pov \ numeric.pov \ strings.pov \ labels.pov \ - directives.pov + directives.pov \ + box.pov + +clean-local: + rm *.png -- cgit v1.2.3