From 0e6f47211a0516cf2c96d2b9e89c0d841978c143 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 4 Aug 2019 14:31:11 +1200 Subject: Add test recipe which skips valgrind --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3cb8e5..86e8f6f 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,12 @@ output/output_asm.o: output/output_asm.h parse.h util.h # Intput modules input/input_bin.o: input/input_bin.h parse.h -.PHONY: clean test +.PHONY: clean test test-quick clean: - rm -f $(EXECUTABLES) $(ASM_OBJECTS) $(DISASM_OBJECTS) $(ASMCAT_OBJECTS) $(BINCAT_OBJECTS) test: all make -C test test + +test-quick: all + make -C test test DISABLE_VALGRIND=1 -- cgit v1.1