From: Michael Orlitzky Date: Tue, 5 Mar 2019 00:24:47 +0000 (-0500) Subject: spline3.cabal: add other-modules for the test suite section. X-Git-Tag: 1.0.1~53 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=ec6905d56d55ea0be0ed7dd7dc4d959d2d1eacdf spline3.cabal: add other-modules for the test suite section. --- diff --git a/spline3.cabal b/spline3.cabal index 52028c4..5e73d40 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -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,