1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/tests
2007-10-10 10:51:16 -05:00
..
crypttest.c Update to work with no crypt available, just like it will in Samba. 2001-08-07 19:48:54 +00:00
fcntl_lock64.c
fcntl_lock.c allow env variable TESTDIR for directory for fcntl_lock test 2001-05-06 14:09:10 +00:00
ftruncate.c
getgroups.c
README
shared_mmap.c
shlib.c added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
summary.c
sysquotas.c Move sysquotas autoconf tests to a seperate file. 2003-10-09 20:58:11 +00:00
trivial.c
unixsock.c Add check for working AF_LOCAL sockets, which are borken 2001-06-26 07:44:02 +00:00

This directory contains autoconf test programs that are too large to
comfortably fit in configure.in.

These programs should test one feature of the OS and exit(0) if it
works or exit(1) if it doesn't work (do _not_ use return)

The programs should be kept simple and to the point. Beautiful/fast
code is not necessary