mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
7043a8b62a
Using waf testonly helps speed up test runs, and the custom directory is required to run multiple workers in parallel. Change-Id: I339420c5c503c270a04888a1c990836cb0c91e94 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
[DEFAULT]
|
|
test_command=./buildtools/bin/waf testonly --filtered-subunit $IDOPTION $LISTOPT --with-selftest-prefix=$(mktemp -d)
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|