summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-06-18 21:54:27 +0000
committerStefan Metzmacher <metze@samba.org>2021-07-01 13:02:31 +0000
commit0a459c6b2df45895c7a89a65ce736a1402a88dcc (patch)
tree3a087f6c4a670259e2f078fab94e9fd384745ca5 /source3/wscript_build
parentaccaa2f1f67a7f064a4ce03a120d7b2f8e847ccf (diff)
downloadsamba-0a459c6b2df45895c7a89a65ce736a1402a88dcc.tar.gz
s3:torture: add STR-MATCH-MSWILD test for is_in_path()
I want to assert at least some of the behavior as the next commits will add a new abstraction that should at least partly behave the same. Note: case_[in]sensitive_idx is the index to the patterns in the namelist, set to -1 on non-match, otherwise to a value >= 0. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 47fb2efc9a5..6130d1e3e99 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1179,6 +1179,7 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
torture/nbench.c
torture/test_async_echo.c
torture/test_addrchange.c
+ torture/test_matching.c
torture/test_posix_append.c
torture/test_posix.c
torture/test_nttrans_create.c