summaryrefslogtreecommitdiff
path: root/tests/README
blob: 5ebdce4ea4536508ea53bec99263ef5626ad361f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
You can valgrind all the tests by running:

  % make valgrind

To valgrind an individual test binary (wocky-porter-test, say), run:

  % make wocky-porter-test.valgrind

If you want to pass arguments to the tests when valgrinding (perhaps you've
narrowed the leaky test down to one test case, /xmpp-porter/cancel-iq-closing
say), run:

  % make wocky-porter-test.valgrind \
         TEST_ARGS='-p /xmpp-porter/cancel-iq-closing'