提交 3c75dc33 编写于 作者: D Daniel P. Berrange

Added a "make valgrind" test target

上级 44124629
Thu Aug 24 11:03:42 EDT 2006 Daniel Berrange <berrange@redhat.com>
* tests/Makefile.am: Added a 'valgrind' target which simply
calls 'make check', but wrapping execution with valgrind to
detect any errors
Thu Aug 24 10:04:02 EDT 2006 Daniel Berrange <berrange@redhat.com>
* tests/xml2sexpr.c, tests/sexpr2xml.c: New tests suites for
......
......@@ -20,6 +20,9 @@ noinst_PROGRAMS = xmlrpctest xml2sexprtest sexpr2xmltest
TESTS = xml2sexprtest sexpr2xmltest
valgrind:
$(MAKE) check TESTS_ENVIRONMENT="valgrind --quiet"
# Note: xmlrpc.[c|h] is not in libvirt yet
xmlrpctest_SOURCES = \
xmlrpctest.c \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册