diff options
| author | tv <tv@krebsco.de> | 2026-03-08 05:33:25 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-09 01:11:47 +0100 |
| commit | f4930a40e3ae7af4c43c78f7062d34385153a891 (patch) | |
| tree | a05dae76514fe7b193dd955ca145434a081cdc3f /blessings.cabal | |
| parent | fe1a26935fed135919e53f2e97edba4038ade2e2 (diff) | |
add semantic normalization tests; split test suite
Diffstat (limited to 'blessings.cabal')
| -rw-r--r-- | blessings.cabal | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/blessings.cabal b/blessings.cabal index 7622136..4d6e0d7 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -21,8 +21,12 @@ library test-suite test-blessings type: exitcode-stdio-1.0 - main-is: Spec.hs + main-is: Main.hs hs-source-dirs: test + other-modules: + BaseSpec + NormalizationSpec + default-language: GHC2024 ghc-options: -Wall build-depends: |
