summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* make: Fixes paraller building like 'make -j16'Tapani Pälli2011-09-111-3/+3
|
* test: Add test for ARGS_STRING_POINTER_LENGTH optionJiri Olsa2011-06-173-3/+46
|
* test: Add tests for LIBS*/SYM* optionsJiri Olsa2011-06-1710-22/+487
| | | | | | 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-176-13/+24
| | | | | 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-296-14/+215
|
* enable tests for ARM architectureDr. David Alan Gilbert2011-05-251-0/+2
| | | | contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
* test_long - separate 32/64 versionsJiri Olsa2011-05-254-134/+139
| | | | | | | - separated 32/64 into single objects that will get included by each arch - this way we can choose the appropriate test version for each architecture
* fix test_[short|int|long] testsJiri Olsa2011-05-253-42/+42
| | | | | | | - removed the complex math from test_[short|int]_* functions and return simple numbers, it's easier to debug - kept and simplified math for test_long
* args - use isprint to decide whether to print the characterDr. David Alan Gilbert2011-05-253-14/+17
| | | | | | | + force test.sh to use bash + fix test_char tests contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-052-2/+43
| | | | | | | | | | - 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
* adding automated test supportJiri Olsa2011-04-2013-0/+1001
| | | | | | | 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.. ;)
* initial commit - 0.5.7Jiri Olsa2009-09-041-0/+278