1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/tests
Alexandre Oliva cf971f88ac automated generation of .dummy files for each subdirectory;
dummy.in files are no longer needed, and new directories will be taken
care of automatically, at configure (or config.status --recheck) time
(This used to be commit 237a8e5fe6)
1998-09-28 00:14:36 +00:00
..
.cvsignore ignore the auto-generated dummy file 1998-07-29 05:09:10 +00:00
fcntl_lock.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
ftruncate.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
getgroups.c get rid of the runtime test for broken getgroups() and add a compile 1998-07-29 05:05:36 +00:00
README merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
shared_mmap.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
summary.c Makefile.in: Fixed bug with continuation line causing proto to fail. 1998-09-25 23:40:49 +00:00
sysv_ipc.c expand the sysv shmem test to look for semaphores as well as shared 1998-09-05 13:35:54 +00:00
trapdoor.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
trivial.c some people are foolishly running ./configure from other than the 1998-09-05 13:21:57 +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