From 90443d0a70d5fe8f6329c7346d5be35a4f03a9e4 Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Sun, 28 Jul 2024 11:22:51 +0200 Subject: [PATCH] Add test --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 0cc6785..e33db49 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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