1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source/build/tests
Andrew Tridgell 46b790c19d r2656: moved the seteuid configure tests into the posix backend (these tests
don't actually work yet, that will come later)
2007-10-10 12:59:17 -05:00
..
crypttest.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
fcntl_lock64.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
fcntl_lock_thread.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
fcntl_lock.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
ftruncate.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
getgroups.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
README first public release of samba4 code 0001-01-01 00:00:00 +00:00
shared_mmap.c r1268: varient -> variant 2007-10-10 12:56:46 -05:00
shlib.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
summary.c r2656: moved the seteuid configure tests into the posix backend (these tests 2007-10-10 12:59:17 -05:00
trivial.c r1905: add -Werror-implicit-function-declaration with --enable-developer 2007-10-10 12:58:10 -05:00
unixsock.c first public release of samba4 code 0001-01-01 00:00:00 +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