]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
spline3.cabal: add other-modules for the test suite section.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 00:24:47 +0000 (19:24 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 00:24:47 +0000 (19:24 -0500)
spline3.cabal

index 52028c46458405c354931c48864a099071199042..5e73d401461b1ab2c06b2d84a07a46d23ced533e 100644 (file)
@@ -146,6 +146,23 @@ test-suite testsuite
   type: exitcode-stdio-1.0
   hs-source-dirs: src test
   main-is: TestSuite.hs
+
+  other-modules:
+    Assertions
+    Cardinal
+    Comparisons
+    Cube
+    Examples
+    Face
+    FunctionValues
+    Grid
+    Misc
+    Point
+    RealFunction
+    ScaleFactor
+    Tetrahedron
+    Values
+
   build-depends:
     base                        < 5,
     cmdargs                     >= 0.10,