summaryrefslogtreecommitdiffstats
path: root/test/lib-test-args.c
Commit message (Collapse)AuthorAgeFilesLines
* fix test_[short|int|long] testsJiri Olsa2011-05-251-26/+26
| | | | | | | - 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-251-9/+9
| | | | | | | + force test.sh to use bash + fix test_char tests contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
* adding automated test supportJiri Olsa2011-04-201-0/+180
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.. ;)