test: add possibility to select tests to run via tests_all.sh (make test)
commitbf4af79f050cceb6611a8aa3d893b59b816a41ce
authorMichael Adam <obnox@samba.org>
Mon, 31 Mar 2008 11:33:12 +0000 (31 13:33 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 31 Mar 2008 15:22:03 +0000 (31 17:22 +0200)
tree1b828e3ba885982be0a253e8ae1363374c20c3d7
parentad1fbadf81c915425301ec495744c11f3103169f
test: add possibility to select tests to run via tests_all.sh (make test)

This allows to select the tests to run with tests_all.sh by setting
the environment variable "RUNTESTS". Example:

RUNTESTS="smbclient_s3_encrypted wbinfo_s3" make test

Michael
source/script/tests/tests_all.sh