From fb2dab51f21dd0fd326cd434f071dd8d3d982789 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 15 Mar 2011 14:27:33 -0400 Subject: Use a flags variable for invoking dimension in tests. --- tests/dimension/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dimension/Makefile.am') diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index eda2d27..c54bcd4 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -31,7 +31,7 @@ TESTS = punctuation.sh \ integer-overflow.sh \ csg.sh \ demo.sh -TESTS_ENVIRONMENT = top_builddir=$(top_builddir) +TESTS_ENVIRONMENT = top_builddir=$(top_builddir) dimension_flags=--strict .sh: cp $(srcdir)/$@ . -- cgit v1.2.3