summaryrefslogtreecommitdiffstats
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make: Fixes paraller building like 'make -j16'Tapani Pälli2011-09-111-3/+3
|
* test: Add tests for LIBS*/SYM* optionsJiri Olsa2011-06-171-7/+36
| | | | | | Added automated tests for most of the LIBS*/SYM* options. Missing tests for options: LIBS_TO, LIBS_FROM, SYM_BELOW, SYM_NOEXIT
* adding tests for latrace terminationjolsa@redhat.com2011-05-291-6/+10
|
* adding automated test supportJiri Olsa2011-04-201-0/+28
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.. ;)