diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-25 00:20:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:13 -0500 |
commit | 6ac53d211d793b4204703fdc7895bc976115ac32 (patch) | |
tree | 875b6816c87e40a7a0c92f057f05c02e3a1c9de3 /source4/torture/config.mk | |
parent | daa890e2c86ba7dded91144e6aa75105c23e0008 (diff) | |
download | samba-6ac53d211d793b4204703fdc7895bc976115ac32.tar.gz samba-6ac53d211d793b4204703fdc7895bc976115ac32.tar.xz samba-6ac53d211d793b4204703fdc7895bc976115ac32.zip |
r866: convert the rest of the binaries to config.mk files
metze
(This used to be commit 0f8c193ac35572862b0d653dc02a71ebc71e88a8)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 61d95a33b60..05f4df21054 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -92,3 +92,43 @@ REQUIRED_SUBSYSTEMS = \ LIBBASIC # End BINARY smbtorture ################################# + +################################# +# Start BINARY gentest +[BINARY::gentest] +OBJ_FILES = \ + torture/gentest.o \ + torture/torture_util.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB \ + CONFIG \ + LIBBASIC \ + LIBCMDLINE +# End BINARY gentest +################################# + +################################# +# Start BINARY masktest +[BINARY::masktest] +OBJ_FILES = \ + torture/masktest.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB \ + CONFIG \ + LIBBASIC \ + LIBCMDLINE +# End BINARY masktest +################################# + +################################# +# Start BINARY locktest +[BINARY::locktest] +OBJ_FILES = \ + torture/locktest.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB \ + CONFIG \ + LIBBASIC \ + LIBCMDLINE +# End BINARY locktest +################################# |