Skip to content
Snippets Groups Projects
Commit 36be2e84 authored by Michal Štěpánek's avatar Michal Štěpánek
Browse files

Add bc_interpret tests to CI

parent 43fe76bf
No related branches found
No related tags found
1 merge request!3Task2 odevzdání
Pipeline #262025 failed
......@@ -4,23 +4,7 @@ test:
script:
- make
#- cppcheck --error-exitcode=1 *.c
- env FML="$(readlink -f ./fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
- env FML="$(readlink -f ./fml)" FML_REF=/cfml/fml /FMLtest/suite ast_interpret
$(/FMLtest/suite show fml)
#hello_world
#literals
#variables
#conditionals
#loops
#functions
#function_value
#builtins
#arrays
#iterator
#fibonacci
#fizzbuzz_fun
#fizzbuzz_loop
#roman
#stack
#brainfuck
#langtons_ant
#sudoku
- env FML="$(readlink -f ./fml)" FML_REF=/cfml/fml /FMLtest/suite bc_interpret
$(/FMLtest/suite show bc)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment