aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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