aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bits
AgeCommit message (Collapse)AuthorFilesLines
2011-11-14tests: Fix the make distcheck of libosmocore with the testsHolger Hans Peter Freyther1-0/+1
2011-11-14tests: Use GNU autotest to execute our tests and compare textual outputHolger Hans Peter Freyther1-0/+24
The output of make check is looking like this now: Regression tests. 1: bits ok 2: msgfile ok 3: sms ok 4: smscb ok 5: timer FAILED (testsuite.at:38) 6: ussd FAILED (testsuite.at:44)
2011-09-01add functions for bit-reversalHarald Welte2-0/+42
Sometimes we need stuff like reversing every bit in each byte (but not the byte-order).