summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/tests/test_abi.py
AgeCommit message (Collapse)AuthorFilesLines
2012-11-06wafsamba.abi: Fix abi_match with both excludes and includes.Jelmer Vernooij1-0/+17
This fixes a regression introduced by 9c3e294400234ebdf9b98031bae583524fd0b0ac which caused internal symbols in libldb to be exposed. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9357 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
2012-11-06wafsamba.samba_abi: Add basic unit tests.Jelmer Vernooij1-0/+50
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
2012-03-26wafsamba: Cope with slight differences in gdb output regarding incomplete ↵Jelmer Vernooij1-0/+53
sequences. Bug: https://bugzilla.samba.org/show_bug.cgi?id=8820