waf: fixed make test with TESTS="test1 test2"
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Sep 2010 06:45:50 +0000 (16:45 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 4 Sep 2010 02:29:10 +0000 (12:29 +1000)
commitaefbdc4a9d78d0b92dabb960fadd13801202afe2
tree71a39c30ffd3741c2f176b71e5d8624ee10bb21d
parentb58bfb351025816b18389ac2377c429b8a777dde
waf: fixed make test with TESTS="test1 test2"

when multiple tests are specified, make escapes the space in MAKEFLAGS
with a backslash, so we need to use shlex.split()
buildtools/wafsamba/samba_utils.py