summaryrefslogtreecommitdiff
path: root/source4/torture/winbind/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-16 14:19:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:48 -0500
commit81539d4966cd9b8e70a55b2c7cfd8f060bc633ed (patch)
treef6f041099ef1d356de7c5a305424e24a581789a9 /source4/torture/winbind/config.mk
parentd6c66ea7746a18428cf85af5639ec562ce024dd2 (diff)
downloadsamba-81539d4966cd9b8e70a55b2c7cfd8f060bc633ed.tar.gz
samba-81539d4966cd9b8e70a55b2c7cfd8f060bc633ed.tar.bz2
samba-81539d4966cd9b8e70a55b2c7cfd8f060bc633ed.zip
r25188: add infrastructure for WINBIND-* tests in smbtorture
metze (This used to be commit 3807699c001ce7a8ee0acba071cc2bb7f4406cd9)
Diffstat (limited to 'source4/torture/winbind/config.mk')
-rw-r--r--source4/torture/winbind/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk
new file mode 100644
index 0000000000..d7351144b7
--- /dev/null
+++ b/source4/torture/winbind/config.mk
@@ -0,0 +1,14 @@
+
+#################################
+# Start SUBSYSTEM TORTURE_WINBIND
+[MODULE::TORTURE_WINBIND]
+SUBSYSTEM = torture
+INIT_FUNCTION = torture_winbind_init
+PRIVATE_PROTO_HEADER = \
+ proto.h
+OBJ_FILES = \
+ winbind.o
+PRIVATE_DEPENDENCIES = \
+ POPT_CREDENTIALS
+# End SUBSYSTEM TORTURE_WINBIND
+#################################