Merge pull request #30 from birth-software/include-var-tests

Add test
This commit is contained in:
David 2024-07-28 11:24:58 +02:00 committed by GitHub
commit 38955a4d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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