From a917ebdd8912e32b170f31177e1213da95fc6d35 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 25 Apr 2016 21:43:08 -0700 Subject: Add make check --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffb040a..43ba4da 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ all: fzy fzytest: fzytest.o match.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^ -test: fzytest +test: check +check: fzytest $(DEBUGGER) ./fzytest fzy: fzy.o match.o tty.o choices.o @@ -40,4 +41,4 @@ fmt: clean: $(RM) fzy fzytest *.o -.PHONY: test all clean install fmt +.PHONY: test check all clean install fmt -- cgit v1.2.3