comparison Makefile @ 198:94bab7bfbc78

Run the test-suite with more verbose output.
author Lucas Thompson <dev@lucas.im>
date Thu, 09 Feb 2017 11:00:46 +0000
parents 70b0f1f9e039
children e07c05ea8952
comparison
equal deleted inserted replaced
197:cbbc806097cf 198:94bab7bfbc78
45 45
46 o/simple-server.o: vamp-server/simple-server.cpp vamp-capnp/piper.capnp.h vamp-capnp/VampnProto.h vamp-json/VampJson.h 46 o/simple-server.o: vamp-server/simple-server.cpp vamp-capnp/piper.capnp.h vamp-capnp/VampnProto.h vamp-json/VampJson.h
47 c++ $(CXXFLAGS) $(INCFLAGS) -c $< -o $@ 47 c++ $(CXXFLAGS) $(INCFLAGS) -c $< -o $@
48 48
49 test: all 49 test: all
50 bin/test-suite 50 bin/test-suite -s -d yes
51 vamp-server/test.sh 51 vamp-server/test.sh
52 52
53 clean: 53 clean:
54 rm -f */*.o 54 rm -f */*.o
55 55