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/csg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/dimension/csg.sh') diff --git a/tests/dimension/csg.sh b/tests/dimension/csg.sh index 7d07cb0..b57389d 100755 --- a/tests/dimension/csg.sh +++ b/tests/dimension/csg.sh @@ -19,7 +19,7 @@ # along with this program. If not, see . # ######################################################################### -csg=$(${top_builddir}/dimension/dimension --strict -w768 -h480 --parse ${srcdir}/csg.pov) +csg=$(${top_builddir}/dimension/dimension ${dimension_flags} -w768 -h480 --parse ${srcdir}/csg.pov) csg_exp="$(echo -n \ '((camera perspective @@ -91,4 +91,4 @@ if [ "$csg" != "$csg_exp" ]; then exit 1 fi -${top_builddir}/dimension/dimension --strict -w768 -h480 -o csg.png ${srcdir}/csg.pov +${top_builddir}/dimension/dimension ${dimension_flags} -w768 -h480 -o csg.png ${srcdir}/csg.pov -- cgit v1.2.3