Move source file for hmatrix tests.

This commit is contained in:
Justus Sagemüller 2024-07-23 13:13:34 +02:00
parent 364c4a39eb
commit 159a52206a
2 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ library
default-language: Haskell2010
test-suite linearmap-hmatrix-test
main-is: tasty.hs
main-is: test.hs
type: exitcode-stdio-1.0
hs-source-dirs: test
hs-source-dirs: test/linearmap-hmatrix
build-depends: base, linearmap-category, linearmap-hmatrix
, vector-space
, hmatrix