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