From 57a48fea59634944ca7a8544dffc3472ca373326 Mon Sep 17 00:00:00 2001 From: "gregoire.detrez" Date: Thu, 21 Nov 2013 09:55:30 +0000 Subject: [PATCH] Add a test runner and a test suite fore the rgl The test suite tests the French Bescherelle paradigms. --- gf.cabal | 7 +++++++ 1 file changed, 7 insertions(+) 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