summaryrefslogtreecommitdiffstats
path: root/test/script
Commit message (Collapse)AuthorAgeFilesLines
* test: Add test for ARGS_STRING_POINTER_LENGTH optionJiri Olsa2011-06-171-1/+7
|
* test: Add tests for LIBS*/SYM* optionsJiri Olsa2011-06-171-0/+141
| | | | | | Added automated tests for most of the LIBS*/SYM* options. Missing tests for options: LIBS_TO, LIBS_FROM, SYM_BELOW, SYM_NOEXIT
* test: Move all tests to scriptsJiri Olsa2011-06-175-3/+22
| | | | | Moving test-args/test-common into scripts, to have common way of running and cheking tests results.
* adding tests for latrace terminationjolsa@redhat.com2011-05-293-6/+156
|
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-051-0/+34
- added OUTPUT_TTY config file option it is possible to catch traced program tty output and storing it to the configured file (0/1/2 descriptors are monitored) - added automated test for the option - refactoring process method a bit - disabling connection between -R and -q options