Fix all valgrind errors

This commit is contained in:
2026-04-26 22:13:39 +02:00
parent dbc69eddc8
commit 129036b539
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ v0/bin/test: $(V0_SRC_OBJ_NO_MAIN) $(V0_TEST_OBJ)
$(CC) $(CFLAGS) -o $@ $^
test:: v0/bin/test
valgrind --leak-check=full --error-exitcode=1 v0/bin/test
valgrind --quiet --leak-check=full --error-exitcode=1 v0/bin/test
generate_golden:: v0/bin/test
GENERATE_GOLDEN=1 v0/bin/test