From 913b8d61e56612529170badc669778017d677eff Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 7 Jul 2017 00:13:46 +0200 Subject: [PATCH] tests: add valgrind test for villas-signal --- tests/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.inc b/tests/Makefile.inc index e711077d0..5a5809869 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -31,6 +31,7 @@ VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --suppressions=$(SRC run-valgrind: src $(VALGRIND) $(BUILDDIR)/villas-node & sleep 2; kill %1 - $(VALGRIND) $(BUILDDIR)/villas-pipe -t 1 $(SRCDIR)/etc/websocket-loopback.conf ws1 + $(VALGRIND) $(BUILDDIR)/villas-pipe -t 2 $(SRCDIR)/etc/websocket-loopback.conf ws1 + $(VALGRIND) $(BUILDDIR)/villas-signal mixed -v 4 -l 10 .PHONY: tests run-tests run-valgrind