diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-06-17 09:16:20 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-06-17 09:16:20 -0600 |
commit | c8667ce6ae94929e9bc06c9af51b6589bc528946 (patch) | |
tree | b325c25f6192f51159e24ace80f2e9e5ce00b99f /tests/dimension/Makefile.am | |
parent | 91cc57a4a12997a72c2ec643f3560ad998daa87b (diff) | |
download | dimension-c8667ce6ae94929e9bc06c9af51b6589bc528946.tar.xz |
Fully implement POV-Ray transformations.
Diffstat (limited to 'tests/dimension/Makefile.am')
-rw-r--r-- | tests/dimension/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index d13b56e..bdb94ed 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -25,6 +25,7 @@ TESTS = punctuation.sh \ labels.sh \ directives.sh \ arithexp.sh \ + transformations.sh \ csg.sh \ demo.sh TESTS_ENVIRONMENT = top_builddir=$(top_builddir) @@ -40,6 +41,7 @@ EXTRA_DIST = $(TESTS) \ directives.inc \ directives.pov \ arithexp.pov \ + transformations.pov \ csg.pov \ demo.pov |