fix: test leak

This commit is contained in:
2024-09-11 20:20:49 +02:00
parent 3effb7caf5
commit ebf0b0e442
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ all : $(NAME)
test : $(NAME)
$(CC) $(CFLAGS) test/test.c $(BUILDDIR)/$(NAME) -o $(BUILDDIR)/test
$(BUILDDIR)/test
valgrind --leak-check=full $(BUILDDIR)/test
clean :
rm -rf $(OBJDIR)