Fixed jumps in functions issue

This commit is contained in:
2022-09-03 07:57:25 +01:00
parent d2aacea8c5
commit 4ad33a3082
7 changed files with 183 additions and 45 deletions

View File

@@ -18,7 +18,7 @@ all: $(OBJ) $(TESTS:%.c=../$(OUTDIR)/%.exe)
ifeq ($(shell uname),Linux)
valgrind --leak-check=full --track-origins=yes $@
else
@echo please run these tests with valgrind on linux
$@
endif
$(OBJ): | $(ODIR)