~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to tests/README

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains autoconf test programs that are too large to
 
2
comfortably fit in configure.in.
 
3
 
 
4
These programs should test one feature of the OS and exit(0) if it
 
5
works or exit(1) if it doesn't work (do _not_ use return)
 
6
 
 
7
The programs should be kept simple and to the point. Beautiful/fast
 
8
code is not necessary
 
9
 
 
10