mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: add valgrind test for villas-signal
This commit is contained in:
parent
b123e91189
commit
913b8d61e5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue