summaryrefslogtreecommitdiffstats
path: root/test/test-lib.h
Commit message (Collapse)AuthorAgeFilesLines
* test: Add tests for LIBS*/SYM* optionsJiri Olsa2011-06-171-0/+15
| | | | | | Added automated tests for most of the LIBS*/SYM* options. Missing tests for options: LIBS_TO, LIBS_FROM, SYM_BELOW, SYM_NOEXIT
* adding automated test supportJiri Olsa2011-04-201-0/+65
So far for x86 and x86_64 others are disabled. From this time on, I'll try to force addition of automated test for each fix/feature.. ;)