This commit is contained in:
David Gonzalez Martin 2024-07-28 11:22:51 +02:00
parent 93123d8e42
commit 90443d0a70

View File

@ -8,7 +8,7 @@ build_dir="build"
base_exe_name="nest"
debug_flags="-g"
no_optimization_flags=""
test_names=("first" "add_sub" "and" "or" "xor")
test_names=("first" "add_sub" "and" "or" "xor" "return_var")
if [ "$all" == "1" ]
then