summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix the make distcheck workaround ;)v3.21.1Rainer Gerhards2008-07-301-0/+1
| | | | I left some file in the file system, cause make distcheck to fail...
* preparing for 3.21.1Rainer Gerhards2008-07-304-14/+53
| | | | | | | 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-2913-1/+192
| | | | | | - 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
|
* forgotten to reflect name change in .gitignoreRainer Gerhards2008-07-071-1/+1
|
* changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-077-114/+309
| | | | | it now works based on test case files, which enable to quickly generate test cases.
* added capability to create a printable string of a vmprgRainer Gerhards2008-07-071-4/+12
| | | | | | This is needed so that we can create simple testbenches which will check the result of a test (a generated program) via a simple strcmp.
* "worked around" structure misalignment problem in test suiteRainer Gerhards2008-07-011-9/+10
| | | | | | | | | I disabled a check below, because I can not find the cause of the misalignment. The problem is that pToken structure has a different member alignment inside the runtime library then inside of this program. I checked compiler options, but could not find the cause. Should anyone have any insight, I'd really appreciate if you drop me a line.
* misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-271-1/+10
| | | | | | ..., restructured makefile, added some troubleshooting to test case (program rscript-parse.c has problem due to different structure alignment, where I do not yet know the reason)
* added .gitignore for testsRainer Gerhards2008-06-161-0/+3
|
* begun building a testbenchRainer Gerhards2008-06-136-0/+300