libosmocore/tests
Nico Golde c0ce9aa20d tests: don't hardcode length values of expected encoding gsm_7bit_encode:
make sure to return the number of actually written bytes gsm_7bit_decode:
calculate length of resulting septets from input length before decoding

The input length to gsm_7bit_decode reflects the number of encoded bytes
to be decoded. As the decoding is done on the input in septetes we need
to take this into account and recalculate the length.
2010-07-21 02:43:58 +08:00
..
sms tests: don't hardcode length values of expected encoding gsm_7bit_encode: 2010-07-21 02:43:58 +08:00
timer [timer] Fix compile warning of the timer test 2010-02-26 20:03:13 +01:00
Makefile.am add option --disable-tests to disable building of test binaries 2010-03-07 20:33:59 +01:00