1
0
forked from GitHub/gf-rgl
Files
gf-rgl/tests
Hans Leiss 7778e6138c (Ger) reimplementation of infinitives to improve compilation
- removed Control and treat control verbs with VPSlash.objCtrl:Bool

- combined VP.inf and VP.infExt to VP.inf with inplace/extracted parts
  depending on Agr, to subj/obj-control reflexives in infinitival complements

- AllGer compiles from src in 250s (SlashV2VNP!), .gfo loads in 15s on x86_64
2022-04-06 12:55:48 +02:00
..

RGL tests
=========

This directory contains tests for the resource grammar library.

Test cases
----------

Test cases are written as gf scripts. The file names must end with ".gfs" to
be recognized as a script.

The script are run using ``gf --run``.

For a test to pass
- gf must exit without an error code (exit 0)
- the output must matchh the corresponding ``.out`` file

For instance, if there is a test named ``my-test``, the gf commands should be
in ``my-test.gfs`` and the expected output in ``my-test.out``