Matthew Bentham <mj...@artvps.com> writes: > How do you guys generally run an > individual test or test program? It's implied in the documentation > that the test programs support it, but does 'make check' have any > options?
On Linux, if you build in the source directory $ cd subversion/tests/cmdline $ ./lock_tests.py -h $ ./lock_tests.py -v 18 If you build in a separate object directory that is a sibling of the source directory: $ cd subversion/tests/cmdline $ ../../../../src/subversion/tests/cmdline/lock_tests.py -h -- Philip