How do I get the self tests to run only the tests that use a particular set of test source files?
Andreas Schneider
asn at samba.org
Tue Apr 26 18:43:21 UTC 2016
On Tuesday, 26 April 2016 10:15:22 CEST Richard Sharpe wrote:
> Hi folks,
>
> So, if I am modifying selftests or writing new self tests, how can I say:
>
> Self-tests, just run those tests, and only those tests that use the
> file(s) I have just added or modified?
make test TESTS="regex"
e.g.
make test TESTS="rpc"
will run all tests with rpc in its name.
make testlist
shows you the complete list ...
--
Andreas Schneider GPG-ID: CC014E3D
Samba Team asn at samba.org
www.samba.org
More information about the samba-technical
mailing list