mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
Grammar and languages to run in testsuite can be specified by command line options, see README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user