1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/testsuite
Rusty Russell ca1936fbb2 tdb_compat: use tdb_open_compat.
This is a helper for the common case of opening a tdb with a logging
function, but it doesn't do all the work, since TDB1 and TDB2's log
functions are different types.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-06-20 11:18:35 +02:00
..
build_farm s3: Remove the smbtorture3 OPLOCK3 test 2011-05-22 21:07:40 +02:00
config r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
headers headers: cope with non-system popt in test_headers 2011-03-16 09:09:40 +01:00
lib r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
libsmbclient/src testsuite/libsmbclient use source3 in the path of the C and LFLAGS 2010-01-28 00:44:04 +01:00
nsswitch testsuite/nsswitch/get{gr,pw}ent_r.c(dump_{gr,pw}ent): fixed wrong condition. 2009-06-06 22:45:02 +02:00
printing tdb_compat: use tdb_open_compat. 2011-06-20 11:18:35 +02:00
server Test transfer of large random file w/o corruption. 2000-05-24 06:40:11 +00:00
smbd s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
README Little note about what's happening with Satyr. 2001-11-14 05:19:53 +00:00

README for testsuite directory
------------------------------

The Samba testsuite is divided up into the following subdirectories.

    - config          Configuration for DejaGnu program
    - lib	      Various library files used by tool directories
    
    - nsswitch        Tests for nsswitch extensions
    - server	      Miscellaneous server tests
    - rpc_client      Tests for the RPC client library code
    - rpcclient       Tests for the rpcclient program

    - build_farm      Tests designed to run automatically on the build farm

All the scripts except those in build_farm require an unreleased
version of DejaGNU, and although they contain some useful tests they
are not so useful at the moment.  All scripts are migrating to a
single test framework, Satyr.  <cvs://cvs.samba.org/data/cvs/satyr>