diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-12-02 03:19:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:58 -0500 |
commit | 3aaa6ff496debf806fdb87d7993061eb5e61af1b (patch) | |
tree | 2177b68253f511cdadabe5d403b362b514d3db70 /source4/torture/local/config.mk | |
parent | 51b1deee5def7c66841f10a231b43cfd42a60b5f (diff) | |
download | samba-3aaa6ff496debf806fdb87d7993061eb5e61af1b.tar.gz samba-3aaa6ff496debf806fdb87d7993061eb5e61af1b.tar.bz2 samba-3aaa6ff496debf806fdb87d7993061eb5e61af1b.zip |
r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be
filled in with more examples as I expand the sddl parsing code.
(This used to be commit 8f80e483a3aa07bb5a16eeccde5af5cd7fb5a975)
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk new file mode 100644 index 0000000000..bbfce62cfd --- /dev/null +++ b/source4/torture/local/config.mk @@ -0,0 +1,23 @@ +################################# +# Start SUBSYSTEM TORTURE_LOCAL +[SUBSYSTEM::TORTURE_LOCAL] +ADD_OBJ_FILES = \ + iconv.o \ + ../../lib/talloc/testsuite.o \ + messaging.o \ + binding_string.o \ + idtree.o \ + socket.o \ + irpc.o \ + registry.o \ + resolve.o \ + util_strlist.o \ + util_file.o \ + sddl.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB \ + MESSAGING \ + REGISTRY +# End SUBSYSTEM TORTURE_LOCAL +################################# + |