aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 0a69ce7..52da4b0 100755
--- a/build.sh
+++ b/build.sh
@@ -6,4 +6,6 @@ gcc -Wall -Wextra -g lexer.c -o lexer
gcc -Wall -Wextra -g recursive-ascent.c -o recursive-ascent
gcc -Wall -Wextra -g recursive-ascent-descent.c -o recursive-ascent-descent
+valgrind --leak-check=full --show-leak-kinds=all -s ./lexer
+valgrind --leak-check=full --show-leak-kinds=all -s ./recursive-ascent
valgrind --leak-check=full --show-leak-kinds=all -s ./recursive-ascent-descent