From c6d85babd9e60d830c347eb2650df10804ba7d40 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 22 Sep 2021 22:44:56 +0200 Subject: add chaos testing --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa47130..e076f59 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,10 @@ valgrind: $(DEFAULT) @echo [EXEC] valgrind $(BUILDDIR)/$(OUTPUT) $(RUNARGS) valgrind --leak-check=full $(BUILDDIR)/$(OUTPUT) $(RUNARGS) +chaos: LDFLAGS += -ldl +chaos: CFLAGS += -D_CHAOS -D_GNU_SOURCE +chaos: clean debug + .PHONY: clean clean: @echo [ RM ] $(OBJ) $(TOBJS) -- cgit v1.2.3