mirror of
https://github.com/anoma/juvix.git
synced 2024-12-13 11:16:48 +03:00
9db16ca87f
* Closes #2176 --------- Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
21 lines
376 B
YAML
21 lines
376 B
YAML
working-directory: ./../../../tests/
|
|
|
|
tests:
|
|
- name: eval-file
|
|
command:
|
|
- juvix
|
|
- eval
|
|
- Compilation/positive/test001.juvix
|
|
stdin: ""
|
|
stdout: "11\n"
|
|
exit-status: 0
|
|
|
|
- name: eval-no-main
|
|
command:
|
|
- juvix
|
|
- eval
|
|
- positive/LambdaCalculus.juvix
|
|
stdin: ""
|
|
stdout: "function not found: main\n"
|
|
exit-status: 1
|