diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-12 01:56:11 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-12 01:56:11 +0200 |
commit | d7371dae24a8ec341713d004c2ac9444ec4b14de (patch) | |
tree | b862847f6877c398e4e1bf8cd5b7df7aa04514ec /source4/torture/local | |
parent | 771e25b63b8435b2e9ae201017516ea700890190 (diff) | |
download | samba-d7371dae24a8ec341713d004c2ac9444ec4b14de.tar.gz samba-d7371dae24a8ec341713d004c2ac9444ec4b14de.tar.bz2 samba-d7371dae24a8ec341713d004c2ac9444ec4b14de.zip |
Add one-test testsuite for datablob.
Diffstat (limited to 'source4/torture/local')
-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 79df834525..9ea212dfa5 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -35,6 +35,7 @@ TORTURE_LOCAL_OBJ_FILES = \ $(torturesrcdir)/../../lib/util/tests/strlist.o \ $(torturesrcdir)/../../lib/util/tests/str.o \ $(torturesrcdir)/../../lib/util/tests/time.o \ + $(torturesrcdir)/../../lib/util/tests/data_blob.o \ $(torturesrcdir)/../../lib/util/tests/file.o \ $(torturesrcdir)/../../lib/util/tests/genrand.o \ $(torturesrcdir)/../../lib/compression/testsuite.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 9f390975ee..6b38cd6db0 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -37,6 +37,7 @@ torture_local_util_file, torture_local_util_str, torture_local_util_time, + torture_local_util_data_blob, torture_local_idtree, torture_local_genrand, torture_local_iconv, |