summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-09-04 17:50:15 +0200
committerJeremy Allison <jra@samba.org>2018-10-03 01:07:15 +0200
commit1853fd4f9750d5b1997471baf1ef74fa88931da3 (patch)
treebd377666e697084ceee5f8b0350cde7e4e04f3e2 /buildtools
parentcff1b31c2a82d7e07b7d413bed8a2843f1cd6508 (diff)
downloadsamba-1853fd4f9750d5b1997471baf1ef74fa88931da3.tar.gz
third_party: Update cmocka to version 1.1.3
* Added function to filter tests (cmocka_set_test_filter) * Fixed fixture error reporting * Some improvement for API documentation -> https://api.cmocka.org/ * Fixed subunit output on failures * Do not abort if a test is skipped Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba_third_party.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_third_party.py b/buildtools/wafsamba/samba_third_party.py
index f869af535bb..dbecf716bdc 100644
--- a/buildtools/wafsamba/samba_third_party.py
+++ b/buildtools/wafsamba/samba_third_party.py
@@ -36,7 +36,7 @@ Build.BuildContext.CHECK_POPT = CHECK_POPT
@conf
def CHECK_CMOCKA(conf):
- return conf.CHECK_BUNDLED_SYSTEM_PKG('cmocka', minversion='1.1.1')
+ return conf.CHECK_BUNDLED_SYSTEM_PKG('cmocka', minversion='1.1.3')
Build.BuildContext.CHECK_CMOCKA = CHECK_CMOCKA