summaryrefslogtreecommitdiffstats
path: root/test/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* 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-252-134/+2
| | | | | | | - 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-252-16/+16
| | | | | | | - 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
* adding automated test supportJiri Olsa2011-04-202-0/+136
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.. ;)