Add a test make target

This commit is contained in:
Maxime Coste 2014-10-11 19:50:30 +01:00
parent f096417a75
commit cbf4d3db3f

View File

@ -48,6 +48,8 @@ kak : $(objects)
.%.o: %.cc .%.o: %.cc
$(CXX) $(CXXFLAGS) -MD -MP -MF $(addprefix ., $(<:.cc=.d)) -c -o $@ $< $(CXX) $(CXXFLAGS) -MD -MP -MF $(addprefix ., $(<:.cc=.d)) -c -o $@ $<
test:
cd ../test && ./run
tags: tags:
ctags -R ctags -R