test: add possibility to select tests to run via tests_all.sh (make test)
commite2513258d3ecbc422c23b797ddaf9518d220082a
authorMichael Adam <obnox@samba.org>
Mon, 31 Mar 2008 11:33:12 +0000 (31 13:33 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 4 Apr 2008 10:37:29 +0000 (4 12:37 +0200)
treecf423f528b762adc4831a22b1cbac0f41bafd540
parentbffa0914496d6a6aba6bfc96f03abf0d76af4e73
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
(cherry picked from commit bf4af79f050cceb6611a8aa3d893b59b816a41ce)
source/script/tests/tests_all.sh