summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-28 21:54:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:08 -0500
commit87af8061c760b7d1eaa596183ac1635af73524b4 (patch)
treebc1b6026945a6213e178a2949d2b2217183c000b /source4/torture/config.mk
parent4abb4797613868e518baafb5f3618e78f67ac05c (diff)
downloadsamba-87af8061c760b7d1eaa596183ac1635af73524b4.tar.gz
samba-87af8061c760b7d1eaa596183ac1635af73524b4.tar.bz2
samba-87af8061c760b7d1eaa596183ac1635af73524b4.zip
r10592: Add "adfgets()" function, which allocates and reads a line from a fd.
Also add torture tests for this function and file_{load,save}. I've hardcoded a file name here.. should I handle that neater somehow? (This used to be commit 8fa383f182f1c4479979455968dd690edc0117ea)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 12665c8e80..2aac08e3ad 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -149,7 +149,8 @@ ADD_OBJ_FILES = \
torture/local/socket.o \
torture/local/irpc.o \
torture/local/resolve.o \
- torture/local/util_strlist.o
+ torture/local/util_strlist.o \
+ torture/local/util_file.o
REQUIRED_SUBSYSTEMS = \
LIBSMB \
MESSAGING