aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-13 14:07:59 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-13 14:07:59 +1300
commitf3beb9fc8612b12a6a19a446d543dce3d90b3ac5 (patch)
treecea6e72036688b5d3b8351208cc9a281fa925591 /Makefile
parentae76bffb0df0e51a16662722fb307c2f3e3fd913 (diff)
downloadcue-bin-split-f3beb9fc8612b12a6a19a446d543dce3d90b3ac5.tar.xz
Run test from makefile, add colour to test results
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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