summaryrefslogtreecommitdiffstats
path: root/tests/dimension/directives.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-02-09 18:58:56 -0500
committerTavian Barnes <tavianator@gmail.com>2010-02-09 19:13:46 -0500
commitd411e681e571ac054352b9665487f10037d9325d (patch)
treecf5d425426624ca4798b286fc81116e46f31cb1d /tests/dimension/directives.pov
parent7eef42c72cc172a1ed8087e842905f42e737131d (diff)
downloaddimension-d411e681e571ac054352b9665487f10037d9325d.tar.xz
Support #include.
Diffstat (limited to 'tests/dimension/directives.pov')
-rw-r--r--tests/dimension/directives.pov7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/dimension/directives.pov b/tests/dimension/directives.pov
index b621709..75c8a81 100644
--- a/tests/dimension/directives.pov
+++ b/tests/dimension/directives.pov
@@ -21,13 +21,18 @@
#version 3.6;
-#declare Center = 0;
+#include "directives.inc"
+
#declare R = 1;
#local Color = rgb <1, 0, 1>;
#declare Unused = -1;
#undef Unused
+#ifdef (Local)
+ Illegal
+#end
+
#ifdef (Unused)
Illegal
#end