Skip to content

Commit b421013

Browse files
committed
Define a module for plane tests.
1 parent 3938af5 commit b421013

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

isometry.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ test-suite test
194194
main-is: Test.hs
195195
other-modules:
196196
Data.IntervalSet.Test
197+
Geometry.Plane.Test
197198
Geometry.Transform.Test
198199
ghc-options: -threaded -rtsopts -with-rtsopts=-N
199200
build-depends:

test/Geometry/Plane/Test.hs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
module Geometry.Plane.Test
2+
() where

0 commit comments

Comments
 (0)