1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/build/tests
2008-05-16 22:56:14 +02:00
..
crypttest.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 14:59:18 -05: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
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
shared_mmap.c r18337: more -Ae tests in check_cc.m4 2007-10-10 14:18:11 -05:00
shlib.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
summary.c r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface detection code 2007-12-21 05:49:49 +01:00
trivial.c r1905: add -Werror-implicit-function-declaration with --enable-developer 2007-10-10 12:58:10 -05: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