diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-03-30 17:49:30 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-03-30 13:02:47 +0200 |
commit | 43e364e61bc232e167ed1a18de037f8a278c8c24 (patch) | |
tree | d2f29637bc267f3b07dccfd4bfbdc78cdb4c40c2 /source4/torture/local | |
parent | a64958a8805b6ef1758293697e63309d3ddbe4ae (diff) | |
download | samba-43e364e61bc232e167ed1a18de037f8a278c8c24.tar.gz |
lib/util/charset Add tests for convert_string_talloc_handle()
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Mar 30 13:02:47 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/local.c | 1 | ||||
-rw-r--r-- | source4/torture/local/wscript_build | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index a8147daf0cd..d542bfec59a 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -60,6 +60,7 @@ torture_local_share, torture_local_loadparm, torture_local_charset, + torture_local_convert_string, torture_local_compression, torture_local_event, torture_local_torture, diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build index 19d74c72d8a..0c269d73105 100644 --- a/source4/torture/local/wscript_build +++ b/source4/torture/local/wscript_build @@ -10,6 +10,7 @@ TORTURE_LOCAL_SOURCE = '''../../../lib/util/charset/tests/iconv.c ../../../lib/util/tests/asn1_tests.c ../../../lib/util/tests/data_blob.c ../../../lib/util/tests/file.c ../../../lib/util/tests/genrand.c ../../../lib/compression/testsuite.c ../../../lib/util/charset/tests/charset.c + ../../../lib/util/charset/tests/convert_string.c ../../libcli/security/tests/sddl.c ../../../lib/tdr/testsuite.c ../../../lib/tevent/testsuite.c ../../param/tests/share.c ../../param/tests/loadparm.c ../../auth/credentials/tests/simple.c local.c |