summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index bf95141..f0438a7 100644
--- a/package.yaml
+++ b/package.yaml
@@ -18,3 +18,11 @@ executables:
ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing]
other-modules:
- Data.FastQ
+
+tests:
+ tests:
+ main: test.hs
+ dependencies:
+ - QuickCheck
+ other-modules:
+ - Data.FastQ