1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/samba-3.2.5/source/tests
2024-07-22 01:58:46 -03:00
..
crypttest.c Add gpl 2024-07-22 01:58:46 -03:00
fcntl_lock64.c Add gpl 2024-07-22 01:58:46 -03:00
fcntl_lock.c Add gpl 2024-07-22 01:58:46 -03:00
ftruncate.c Add gpl 2024-07-22 01:58:46 -03:00
getgroups.c Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
shlib.c Add gpl 2024-07-22 01:58:46 -03:00
summary.c Add gpl 2024-07-22 01:58:46 -03:00
sysquotas.c Add gpl 2024-07-22 01:58:46 -03:00
trivial.c Add gpl 2024-07-22 01:58:46 -03: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