diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-22 11:35:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-22 11:35:28 +0100 |
commit | e490c1b8c858ea42e31ae1a6504c4788e0fb1545 (patch) | |
tree | 850087c9403c37adfc54deaf831a3e729223fa9a /tests/README | |
parent | 63e23a7d648cb608a9834b4397c0aed765a1d459 (diff) | |
download | samba-e490c1b8c858ea42e31ae1a6504c4788e0fb1545.tar.gz samba-e490c1b8c858ea42e31ae1a6504c4788e0fb1545.tar.bz2 samba-e490c1b8c858ea42e31ae1a6504c4788e0fb1545.zip |
Move configure test files to the top-level and share them between s3 and
s4.
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 0000000000..cf1be8b00a --- /dev/null +++ b/tests/README @@ -0,0 +1,10 @@ +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 + + |