From 75a36a9a5491b86aaa3b0983d5a2bd5d024f783a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 11 Oct 2008 23:25:35 +0200 Subject: Add some simple tests for lib/util/time.c --- source4/torture/local/config.mk | 1 + source4/torture/local/local.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 1f87912e8b..79df834525 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -34,6 +34,7 @@ TORTURE_LOCAL_OBJ_FILES = \ $(torturesrcdir)/../libcli/resolve/testsuite.o \ $(torturesrcdir)/../../lib/util/tests/strlist.o \ $(torturesrcdir)/../../lib/util/tests/str.o \ + $(torturesrcdir)/../../lib/util/tests/time.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 fdefbbe131..9f390975ee 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -36,6 +36,7 @@ torture_local_util_strlist, torture_local_util_file, torture_local_util_str, + torture_local_util_time, torture_local_idtree, torture_local_genrand, torture_local_iconv, -- cgit