1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/testsuite
Andrew Bartlett cba7f8b827 s3:dom_sid Global replace of DOM_SID with struct dom_sid
This matches the structure that new code is being written to,
and removes one more of the old-style named structures, and
the need to know that is is just an alias for struct dom_sid.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21 10:39:59 +02:00
..
build_farm
config
lib
libsmbclient/src
nsswitch
printing s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
server
smbd s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
README

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>