1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/build/tests
Stefan Metzmacher 68201cc76b r18419: fix include paths of the configure tests
metze
(This used to be commit 8774eeb0dc)
2007-10-10 14:18:26 -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
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 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