summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-30 17:49:30 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-30 13:02:47 +0200
commit43e364e61bc232e167ed1a18de037f8a278c8c24 (patch)
treed2f29637bc267f3b07dccfd4bfbdc78cdb4c40c2 /source4
parenta64958a8805b6ef1758293697e63309d3ddbe4ae (diff)
downloadsamba-43e364e61bc232e167ed1a18de037f8a278c8c24.tar.gz
samba-43e364e61bc232e167ed1a18de037f8a278c8c24.tar.bz2
samba-43e364e61bc232e167ed1a18de037f8a278c8c24.zip
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')
-rw-r--r--source4/torture/local/local.c1
-rw-r--r--source4/torture/local/wscript_build1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index a8147daf0c..d542bfec59 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 19d74c72d8..0c269d7310 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