Skip to content
Snippets Groups Projects
Commit 87ebc8a1 authored by Oskar Viljasaar's avatar Oskar Viljasaar
Browse files

seems to be working

parent 59644e9b
Branches
Tags
No related merge requests found
Pipeline #4380 passed
......@@ -42,7 +42,7 @@ test: ${QOSMNGR_LIB}
coverage: CFLAGS += -g -O0 -fprofile-arcs -ftest-coverage -fPIC
coverage: LDFLAGS += --coverage
coverage: test $(PROG)
$(foreach testprog, $(CODECOVERAGE_SRC), $(GCOV) $(testprog);)
# $(foreach testprog, $(CODECOVERAGE_SRC), $(GCOV) $(testprog);)
unit-test: test
$(MAKE) -C test/cmocka unit-test
......
......@@ -2,4 +2,4 @@
command=/bin/bash -c "/usr/sbin/ubusd"
[program:qos]
command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/qosmngr/qosmngr"
command=/bin/bash -c "mkdir -p /opt/work && /usr/bin/valgrind --xml=yes --xml-file=/opt/work/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/qosmngr/qosmngr"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment