summaryrefslogtreecommitdiffstats
path: root/tests/dimension
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-12-16 19:25:11 -0500
committerTavian Barnes <tavianator@gmail.com>2009-12-16 19:25:11 -0500
commitfb8fb378dcce0564085eb6222053a0db57eb480c (patch)
tree7f2521cb72df33d39c7cdf28b0c4187bb1088d71 /tests/dimension
parent728d06945f7cdee8e459d71f5dabbeeb9f1e1207 (diff)
downloaddimension-fb8fb378dcce0564085eb6222053a0db57eb480c.tar.xz
Accept width and height command-line arguments.
Diffstat (limited to 'tests/dimension')
-rwxr-xr-xtests/dimension/demo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/demo.sh b/tests/dimension/demo.sh
index 26b5637..8a210d4 100755
--- a/tests/dimension/demo.sh
+++ b/tests/dimension/demo.sh
@@ -59,4 +59,4 @@ if [ "$demo" != "$demo_exp" ]; then
exit 1
fi
-${top_builddir}/dimension/dimension -o demo.png ${srcdir}/demo.pov
+${top_builddir}/dimension/dimension -w768 -h480 -o demo.png ${srcdir}/demo.pov