1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source4/tests
Andrew Tridgell ef2e26c91b first public release of samba4 code
(This used to be commit b0510b5428)
2003-08-13 01:53:07 +00:00
..
.cvsignore first public release of samba4 code 2003-08-13 01:53:07 +00:00
crypttest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
fcntl_lock64.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
fcntl_lock_thread.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
fcntl_lock.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
ftruncate.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
getgroups.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
shared_mmap.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
shlib.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
summary.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
trivial.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
unixsock.c first public release of samba4 code 2003-08-13 01:53:07 +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