summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/galois_raytrace/CSG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/programs/galois_raytrace/CSG.hs')
-rw-r--r--testsuite/tests/programs/galois_raytrace/CSG.hs16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/CSG.hs b/testsuite/tests/programs/galois_raytrace/CSG.hs
new file mode 100644
index 0000000000..ba37a17b25
--- /dev/null
+++ b/testsuite/tests/programs/galois_raytrace/CSG.hs
@@ -0,0 +1,16 @@
+-- Copyright (c) 2000 Galois Connections, Inc.
+-- All rights reserved. This software is distributed as
+-- free software under the license in the file "LICENSE",
+-- which is included in the distribution.
+
+module CSG(module Construct,
+ module Geometry,
+ module Intersections,
+ module Interval,
+ module Misc) where
+
+import Construct
+import Geometry
+import Intersections
+import Interval
+import Misc