diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-13 17:21:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-13 17:21:03 +0200 |
commit | 4f32b629906f078ea81637829dde136a27b214e5 (patch) | |
tree | c6a4c2830c99575edf7b272a4517d89094bb66b0 /tests/README | |
parent | fa3451aaa466ba7da28de6b324b4f90bab3ad4ef (diff) | |
download | rsyslog-4f32b629906f078ea81637829dde136a27b214e5.tar.gz rsyslog-4f32b629906f078ea81637829dde136a27b214e5.tar.xz rsyslog-4f32b629906f078ea81637829dde136a27b214e5.zip |
begun building a testbench
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 00000000..0ce79f63 --- /dev/null +++ b/tests/README @@ -0,0 +1,9 @@ +This directory contains the rsyslog testbench. It is slowly +evolving. New tests are always welcome. So far, most tests check +out the functionality of a single module. More complex tests are +welcome. + +For a simple sample, see rtinit.c, which does a simple +init/deinit check of the runtime system. + +rgerhards, 2008-06-13 |