diff options
Diffstat (limited to 'source3/tests/README')
-rw-r--r-- | source3/tests/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/tests/README b/source3/tests/README deleted file mode 100644 index cf1be8b00a..0000000000 --- a/source3/tests/README +++ /dev/null @@ -1,10 +0,0 @@ -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 - - |