fixed TESTS= in make test to allow multiple tests
authorAndrew Tridgell <tridge@samba.org>
Fri, 14 Aug 2009 03:04:21 +0000 (13:04 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 14 Aug 2009 03:05:06 +0000 (13:05 +1000)
commit2d7b457e26985c444588546cc2d250c4cd2e2e32
tree640e9464b03a50ef2d0e98a37cd24373302b450f
parent7a82aed71b74af8bc2a8a4381541adbb22452d20
fixed TESTS= in make test to allow multiple tests

Now you can do: make test TESTS="test1 test2" and it will run those
two tests, each matching tests using a case insensitive substring
match
selftest/selftest.pl