diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-08 23:32:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:52 +0100 |
commit | 3c12ad6a959e1a99c784882c8e3f36d370c0ba25 (patch) | |
tree | c15ad484b0ad78c2ab96ed13fed8863fa27441d5 /source4/torture/local | |
parent | fe77606ecc88da1ec421658c8266babbad6689c6 (diff) | |
download | samba-3c12ad6a959e1a99c784882c8e3f36d370c0ba25.tar.gz samba-3c12ad6a959e1a99c784882c8e3f36d370c0ba25.tar.xz samba-3c12ad6a959e1a99c784882c8e3f36d370c0ba25.zip |
r26346: Add tests for loadparm.
(This used to be commit 064a2329e13f1d904142da1cac486c126a2fe57d)
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 fcddfe99ef..d0ba1f2782 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -28,6 +28,7 @@ OBJ_FILES = \ ../../lib/tdr/testsuite.o \ ../../lib/events/testsuite.o \ ../../param/tests/share.o \ + ../../param/tests/loadparm.o \ ../../auth/credentials/tests/simple.o \ local.o \ dbspeed.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index e02287c003..e4dfadd3d1 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -47,6 +47,7 @@ torture_local_ndr, torture_local_tdr, torture_local_share, + torture_local_loadparm, torture_local_charset, torture_local_compression, torture_local_event, |