Andre Lorbach 3b13693430 Tools: Man pages for tools were generated even with --disable-generate-man-pages
Man pages are not generated anymore when "--disable-generate-man-pages" is
configured. Also changed man-page rulepatterns makefile. The method
using $< refering to the prerequisite did not work proberly on FreeBSD.

closes https://github.com/rsyslog/rsyslog/issues/387
2015-07-24 10:21:58 +00:00
..
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2011-05-30 08:42:55 +02:00
2014-07-14 11:21:58 +02:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2014-05-28 13:06:37 +02:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2014-11-04 11:33:41 +01:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2014-07-15 14:53:41 +02:00
2015-07-15 09:33:31 +00:00
2015-07-15 09:33:31 +00:00
2014-05-28 14:13:16 +02:00
2015-07-15 09:33:31 +00:00

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.

Setting up Test Environments
============================

Setting up MariaDB/MySQL
------------------------
to create the necessary user:

echo "create user 'rsyslog'@'localhost' identified by 'testbench';" | mysql -u root
mysql -u root < ../plugins/ommysql/createDB.sql
echo "grant all on Syslog.* to 'rsyslog'@'localhost';" | mysql -u root

openSUSE
--------
To configure system properties like hostname and firewall, use the
graphical "yast2" administration tool. Note the ssh-access by default
is disable in the firewall!