diff options
| author | gregoire.detrez <gregoire.detrez@gu.se> | 2013-11-21 09:55:30 +0000 |
|---|---|---|
| committer | gregoire.detrez <gregoire.detrez@gu.se> | 2013-11-21 09:55:30 +0000 |
| commit | 57a48fea59634944ca7a8544dffc3472ca373326 (patch) | |
| tree | 2f8031e65d400d75c72daaaea50ac11425eac493 /gf.cabal | |
| parent | 2b1794010ed7a6ed03be510bad9f1afff846856b (diff) | |
Add a test runner and a test suite fore the rgl
The test suite tests the French Bescherelle paradigms.
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
