mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Add a test runner and a test suite fore the rgl
The test suite tests the French Bescherelle paradigms.
This commit is contained in:
7
gf.cabal
7
gf.cabal
@@ -228,3 +228,10 @@ Executable gf
|
|||||||
other-modules: GF.System.UseSignal
|
other-modules: GF.System.UseSignal
|
||||||
else
|
else
|
||||||
other-modules: GF.System.NoSignal
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user