diff options
Diffstat (limited to 'testsuite/tests/programs/galois_raytrace/RayTrace.hs')
-rw-r--r-- | testsuite/tests/programs/galois_raytrace/RayTrace.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/RayTrace.hs b/testsuite/tests/programs/galois_raytrace/RayTrace.hs new file mode 100644 index 0000000000..cb15388e2c --- /dev/null +++ b/testsuite/tests/programs/galois_raytrace/RayTrace.hs @@ -0,0 +1,9 @@ +-- 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 RayTrace(module Illumination, module Surface) where + +import Illumination +import Surface |