samba/tests
openKylinBot f333b0f5cb Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
..
README Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
fcntl_lock.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
fcntl_lock_thread.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
ftruncate.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
getgroups.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
oldquotas.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
readlink.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
shared_mmap.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
shlib.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
summary.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
sysquotas.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00
trivial.c Import Upstream version 4.11.6+dfsg 2022-05-14 02:50:39 +08:00

README

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