diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-05 00:11:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:13 -0500 |
commit | 0474005d074163f95e03580e5b1da7f7efe4664a (patch) | |
tree | cc1de8e8c0dcc59f562c9f59642f0f298c0cfe08 /source4/torture | |
parent | faaac73ff69699b84266e82b342690c2dc375df2 (diff) | |
download | samba-0474005d074163f95e03580e5b1da7f7efe4664a.tar.gz samba-0474005d074163f95e03580e5b1da7f7efe4664a.tar.bz2 samba-0474005d074163f95e03580e5b1da7f7efe4664a.zip |
r21691: Add testsuite for lib/charset
(This used to be commit a4184893959bb25541704938ee621e5c575b817d)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/config.mk | 1 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 69d4ef2d2c..56fd65bc9c 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -26,6 +26,7 @@ OBJ_FILES = \ ../../lib/util/tests/strlist.o \ ../../lib/util/tests/file.o \ ../../lib/util/tests/genrand.o \ + ../../lib/charset/testsuite.o \ sddl.o \ ../../lib/tdr/testsuite.o \ event.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 3d8127a6d1..174596152c 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -45,6 +45,7 @@ torture_local_sddl, torture_local_ndr, torture_local_tdr, + torture_local_charset, torture_local_event, torture_local_torture, torture_local_dbspeed, |