summaryrefslogtreecommitdiffstats
path: root/tests/rscript.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.