summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* porting parser tests to solarisRainer Gerhards2009-03-311-4/+8
|
* Merge branch 'master' into sol-testRainer Gerhards2009-03-311-6/+13
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * changed parser test suite to be c-program basedRainer Gerhards2009-03-311-6/+4
| | | | | | | | | | | | | | | | I finally removed the tcl script because tcl costs a lot of time if you do not invest the full learning cycle, plus I have not everything avaible I need on Solaris. With C, I am quicker and I also can create a superior solution. So I finally switched. Took much less time than the initial tcl script...
| * solved some more issues with "make [dist]check"Rainer Gerhards2009-03-271-1/+1
| | | | | | | | especially when executed as non-root
| * fixed a couple of nits with "make [dist]check"Rainer Gerhards2009-03-271-0/+2
| |
| * added some missing files in tests Makefile.amRainer Gerhards2009-03-261-4/+8
| |
| * initial parser testing suite addedRainer Gerhards2009-03-261-5/+5
| | | | | | | | | | | | integrated tcl test script into autotools make check, created a few test cases based a real-world sample and samples from RFC3164 and 5424.
| * improved testing supportRainer Gerhards2009-03-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config)
* | ported non-tcl based test suite to SolarisRainer Gerhards2009-03-311-5/+7
|/
* adapted test framework to new script engineRainer Gerhards2009-03-191-1/+1
|
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-4/+4
| | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
* preparing for 3.21.1Rainer Gerhards2008-07-301-0/+2
| | | | | | | I disabled some make check checks for make distcheck. I need to add some addtl support for make distcheck environment to rsyslogd and I don't like to hold 3.21.1 just for that any longer.
* fixed some minor nits in preperation for 3.21.1Rainer Gerhards2008-07-291-1/+13
|
* added testbed for config errors and fixed a bugRainer Gerhards2008-07-291-1/+1
| | | | | | - bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors
* preparing for 3.21.0 releasev3.21.0Rainer Gerhards2008-07-181-1/+1
|
* changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-071-5/+6
| | | | | it now works based on test case files, which enable to quickly generate test cases.
* begun building a testbenchRainer Gerhards2008-06-131-0/+14