Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix the make distcheck of libosmocore with the tests | Holger Hans Peter Freyther | 2011-11-14 | 1 | -0/+1 |
| | |||||
* | tests: Use GNU autotest to execute our tests and compare textual output | Holger Hans Peter Freyther | 2011-11-14 | 1 | -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) | ||||
* | add functions for bit-reversal | Harald Welte | 2011-09-01 | 2 | -0/+42 |
Sometimes we need stuff like reversing every bit in each byte (but not the byte-order). |