summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-04-11 17:32:01 +0200
committerRalph Boehme <slow@samba.org>2017-04-20 16:53:16 +0200
commit3ce1060f781ff5b97582542861f83129b16a8bbf (patch)
treeb87898ccb0696cc1b8ce7109b123960126ded625 /source4
parent6b950ae37e80eccea7ed0a831497f6c7923f6d03 (diff)
downloadsamba-3ce1060f781ff5b97582542861f83129b16a8bbf.tar.gz
lib/util: add a test for tfork()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
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 89066c5f52f..353cc270fa4 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -75,6 +75,7 @@
torture_local_nss,
torture_local_fsrvp,
torture_local_util_str_escape,
+ torture_local_tfork,
NULL
};
diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build
index 2f1a7c8415e..6cbb14d86e4 100644
--- a/source4/torture/local/wscript_build
+++ b/source4/torture/local/wscript_build
@@ -21,6 +21,7 @@ TORTURE_LOCAL_SOURCE = '''../../../lib/util/charset/tests/iconv.c
../../../lib/util/tests/strv_util.c
../../../lib/util/tests/util.c
../../../lib/util/tests/util_str_escape.c
+ ../../../lib/util/tests/tfork.c
verif_trailer.c
nss_tests.c
fsrvp_state.c'''