# HG changeset patch # User Lucas Thompson # Date 1486641898 0 # Node ID e07c05ea89521b4ba8173b706092650ce541ebac # Parent e2eb1ccf3deb8f585ee66cd3db9dfb268f1ebe99 Run the tests after building. diff -r e2eb1ccf3deb -r e07c05ea8952 Makefile --- a/Makefile Thu Feb 09 12:00:10 2017 +0000 +++ b/Makefile Thu Feb 09 12:04:58 2017 +0000 @@ -10,7 +10,7 @@ LDFLAGS += -ldl -TEST_SRCS := test/vamp-client/tst_PluginStub.cpp +TEST_SRCS := test/vamp-client/tst_PluginStub.cpp all: o bin bin/piper-convert bin/piper-vamp-simple-server bin/test-suite @@ -28,6 +28,7 @@ bin/test-suite: test/main.cpp $(TEST_SRCS) c++ $(CXXFLAGS) $(INCFLAGS) $< $(TEST_SRCS) -o $@ $(LDFLAGS) + bin/test-suite o/piper.capnp.o: vamp-capnp/piper.capnp.c++ c++ $(CXXFLAGS) $(INCFLAGS) -c $< -o $@