summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-10-11 19:50:30 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-10-11 19:50:30 +0100
commitcbf4d3db3fa59b3391f1cbb9c781cd6a79eb0eae (patch)
treefae76df26dc7ea4afa65e80aa0d6ee0773e658a6 /src/Makefile
parentf096417a756820d79e6fb5ee89c2c41a89817e00 (diff)
Add a test make target
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 97bd763d..29fddf60 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,6 +48,8 @@ kak : $(objects)
.%.o: %.cc
$(CXX) $(CXXFLAGS) -MD -MP -MF $(addprefix ., $(<:.cc=.d)) -c -o $@ $<
+test:
+ cd ../test && ./run
tags:
ctags -R