summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 9a9f3608d..d996be4c2 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -228,3 +228,10 @@ Executable gf
other-modules: GF.System.UseSignal
else
other-modules: GF.System.NoSignal
+
+
+test-suite rgl-tests
+ type: exitcode-stdio-1.0
+ main-is: run.hs
+ hs-source-dirs: lib/tests/
+ build-depends: base, HTF, process, HUnit, filepath, directory