diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-04-10 22:09:45 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-04-10 22:27:56 -0400 |
commit | 26a6f5d017be9ec0ec03cd20d082546a4e435746 (patch) | |
tree | 75dc9e989945e5b15909328d5a910646bf72abaa /tests/dimension/Makefile.am | |
parent | 0f356fe6d666b7f43b5b6f4565fe0b890228a75d (diff) | |
download | dimension-26a6f5d017be9ec0ec03cd20d082546a4e435746.tar.xz |
Improve CSG and light handling.
- Lights can be inside CSG objects
- Lights can be modified by transformations
- CSG objects can contain only one object
Diffstat (limited to 'tests/dimension/Makefile.am')
-rw-r--r-- | tests/dimension/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index bb4aa0f..44afead 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -19,7 +19,14 @@ INCLUDES = -I$(top_srcdir)/libdimension -TESTS = punctuation.sh numeric.sh strings.sh labels.sh directives.sh arithexp.sh demo.sh +TESTS = punctuation.sh \ + numeric.sh \ + strings.sh \ + labels.sh \ + directives.sh \ + arithexp.sh \ + csg.sh \ + demo.sh TESTS_ENVIRONMENT = top_builddir=$(top_builddir) .sh: @@ -33,6 +40,7 @@ EXTRA_DIST = $(TESTS) \ directives.inc \ directives.pov \ arithexp.pov \ + csg.pov \ demo.pov clean-local: |