Grammar and languages to run in testsuite can be specified by command line options, see README

This commit is contained in:
John J. Camilleri
2021-02-19 11:14:55 +01:00
parent 505c12c528
commit 9f3f4139b1
3 changed files with 35 additions and 17 deletions

View File

@@ -8,6 +8,15 @@ Possible exceptions:
- No handling of variants (design choice)
- Rendering of missing fucntions
### Running
```
stack build --test --bench --no-run-tests --no-run-benchmarks
stack test gf:test:lpgf # all LPGF tests
stack test gf:test:lpgf --test-arguments="Params" # specific grammar
stack test gf:test:lpgf --test-arguments="Foods Fre Ger" # specific grammar and languages
```
## Benchmark
### Compilation