1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/build/tests
Andrew Tridgell 4d7e4c8058 r4794: - disabled the ntacl command line utilities until they are rewritten to use the same
acl format as we use in pvfs (and hopefully use common code too)

- removed a lot of old cruft from our autoconf tests. This may well break some builds,
  but then we can fix them properly instead of the "if solaris version 5.1.2" crap

This was prompted by someone sending me solaris 10 patches that
patched the configure script with if statements for several more
versions of solaris to check for and do special stuff. That is just
silly.
(This used to be commit 1ea59d1146)
2007-10-10 13:08:56 -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
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