1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/build/tests
Jelmer Vernooij 1e0823d0a5 r10719: Remove __FUNCTION__ macro as it might not be available at all systems
(pointed out by John E. Malmberg)
(This used to be commit 3169bbc157)
2007-10-10 13:39:24 -05:00
..
crypttest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
fcntl_lock64.c r3445: made the gtk tooks use minimal includes. This approximately halves the 2007-10-10 13:05:12 -05:00
fcntl_lock_thread.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
fcntl_lock.c r3547: fixed waitpid in fcntl_lock.c (thanks to jbm for pointing this out) 2007-10-10 13:05:31 -05: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
os2_delete.c r10719: Remove __FUNCTION__ macro as it might not be available at all systems 2007-10-10 13:39:24 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
shared_mmap.c r1268: varient -> variant 2007-10-10 12:56:46 -05:00
shlib.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
summary.c r4794: - disabled the ntacl command line utilities until they are rewritten to use the same 2007-10-10 13:08:56 -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 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