From f3beb9fc8612b12a6a19a446d543dce3d90b3ac5 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 13 Mar 2016 14:07:59 +1300 Subject: Run test from makefile, add colour to test results --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10aa1a6..4acca27 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ cue-bin-split: $(OBJECTS) $(CC) -c -o $@ $< $(CFLAGS) +test: all + @./test/run-tests.sh + clean: rm -vf cue-bin-split *.o -- cgit v1.1