summaryrefslogtreecommitdiffstats
path: root/tests/rscript.c
Commit message (Collapse)AuthorAgeFilesLines
* backported some of the v5 testbenchRainer Gerhards2009-06-041-2/+2
| | | | | | | | this permits us to keep a persistent test environment between v4 and v5, most importantly using the same tools. As far as the actual tests are concerned, some had issues. I had no time to check if that was an issue with the test or an actual issue with the v3/4 engine. Will do that at some later stage.
* Fix compiler warningsMichael Biebl2009-05-191-0/+1
| | | | | | include <string.h> for memcpy and strlen. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* porting parser tests to solarisRainer Gerhards2009-03-311-31/+0
|
* ported non-tcl based test suite to SolarisRainer Gerhards2009-03-311-4/+37
|
* adapted test framework to new script engineRainer Gerhards2009-03-191-2/+3
|
* added testbed for config errors and fixed a bugRainer Gerhards2008-07-291-0/+1
| | | | | | - bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors
* changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-071-0/+258
it now works based on test case files, which enable to quickly generate test cases.