Update test target to use valgrind

This commit is contained in:
2026-04-26 21:35:14 +02:00
parent 421338d995
commit dbc69eddc8
+1 -1
View File
@@ -20,7 +20,7 @@ v0/bin/test: $(V0_SRC_OBJ_NO_MAIN) $(V0_TEST_OBJ)
$(CC) $(CFLAGS) -o $@ $^ $(CC) $(CFLAGS) -o $@ $^
test:: v0/bin/test test:: v0/bin/test
v0/bin/test valgrind --leak-check=full --error-exitcode=1 v0/bin/test
generate_golden:: v0/bin/test generate_golden:: v0/bin/test
GENERATE_GOLDEN=1 v0/bin/test GENERATE_GOLDEN=1 v0/bin/test