diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-03-15 14:27:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-03-15 14:27:33 -0400 |
commit | fb2dab51f21dd0fd326cd434f071dd8d3d982789 (patch) | |
tree | 3b503e7ad71b690646491476e66900d0d1d81b1a /tests/dimension/directives.sh | |
parent | 1e53f6ed29fd9a6ba56dabbf63fc3db6d76c6629 (diff) | |
download | dimension-fb2dab51f21dd0fd326cd434f071dd8d3d982789.tar.xz |
Use a flags variable for invoking dimension in tests.
Diffstat (limited to 'tests/dimension/directives.sh')
-rwxr-xr-x | tests/dimension/directives.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/directives.sh b/tests/dimension/directives.sh index 8e3374b..7c66263 100755 --- a/tests/dimension/directives.sh +++ b/tests/dimension/directives.sh @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # ######################################################################### -directives=$(${top_builddir}/dimension/dimension --strict --tokenize --parse ${srcdir}/directives.pov) +directives=$(${top_builddir}/dimension/dimension ${dimension_flags} --tokenize --parse ${srcdir}/directives.pov) directives_exp="$(echo -n \ '(#version (float "3.6") ; #debug (string "debug") |