1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source/tests
Jeremy Allison 50413d0d81 server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
(as it is everywhere else).
smbwrapper/smbsh.c: For IRIX n32 binaries, set _RLDN32_LIST not _RLD32_LIST.
                    Exec users preferred shell is SHELL environment variable is set.
tests/fcntl_lock.c: Added sys/types.h for systems that need this.
Jeremy.
0001-01-01 00:00:00 +00:00
..
.cvsignore get away with dummy and .dummy files 0001-01-01 00:00:00 +00:00
fcntl_lock.c server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring 0001-01-01 00:00:00 +00:00
ftruncate.c merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
getgroups.c get rid of the runtime test for broken getgroups() and add a compile 0001-01-01 00:00:00 +00:00
README merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
shared_mmap.c merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
summary.c Makefile.in: Fixed bug with continuation line causing proto to fail. 0001-01-01 00:00:00 +00:00
sysv_ipc.c expand the sysv shmem test to look for semaphores as well as shared 0001-01-01 00:00:00 +00:00
trapdoor.c merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
trivial.c some people are foolishly running ./configure from other than the 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