summaryrefslogtreecommitdiffstats
path: root/tests/dimension/demo.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-03-15 14:27:33 -0400
committerTavian Barnes <tavianator@gmail.com>2011-03-15 14:27:33 -0400
commitfb2dab51f21dd0fd326cd434f071dd8d3d982789 (patch)
tree3b503e7ad71b690646491476e66900d0d1d81b1a /tests/dimension/demo.sh
parent1e53f6ed29fd9a6ba56dabbf63fc3db6d76c6629 (diff)
downloaddimension-fb2dab51f21dd0fd326cd434f071dd8d3d982789.tar.xz
Use a flags variable for invoking dimension in tests.
Diffstat (limited to 'tests/dimension/demo.sh')
-rwxr-xr-xtests/dimension/demo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dimension/demo.sh b/tests/dimension/demo.sh
index 2dbb3f0..10cf13b 100755
--- a/tests/dimension/demo.sh
+++ b/tests/dimension/demo.sh
@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
#########################################################################
-demo=$(${top_builddir}/dimension/dimension --strict -w768 -h480 --parse ${srcdir}/demo.pov)
+demo=$(${top_builddir}/dimension/dimension ${dimension_flags} -w768 -h480 --parse ${srcdir}/demo.pov)
demo_exp=$(echo -n \
'((camera
perspective
@@ -214,4 +214,4 @@ if [ "$demo" != "$demo_exp" ]; then
exit 1
fi
-${top_builddir}/dimension/dimension --strict -w768 -h480 -o demo.png ${srcdir}/demo.pov
+${top_builddir}/dimension/dimension ${dimension_flags} -w768 -h480 -o demo.png ${srcdir}/demo.pov