diff options
author | Harald Welte <laforge@gnumonks.org> | 2016-04-25 15:19:35 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-05-05 18:49:27 +0200 |
commit | fbd02fa8ccb27472412189febcc22f77d83ba0ac (patch) | |
tree | bb2ffedd6be20842186fcf30e3aa16d7d17f30c5 /tests/testsuite.at | |
parent | 2d2e2cca0dc1d62addc9c9fcb3a59f343fc3baf6 (diff) |
tlv: Import osmo_shift_* and osmo_match_shift_* from openbsc
These routines have nothing to do with specifically the BSC, so import
them to the TLV parser we keep in libosmogsm.
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index 902c1fcc..762b10a0 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -184,3 +184,9 @@ AT_KEYWORDS([timer]) cat $abs_srcdir/timer/timer_test.ok > expout AT_CHECK([$abs_top_builddir/tests/timer/timer_test -s 5], [0], [expout], [ignore]) AT_CLEANUP + +AT_SETUP([tlv]) +AT_KEYWORDS([tlv]) +cat $abs_srcdir/tlv/tlv_test.ok > expout +AT_CHECK([$abs_top_builddir/tests/tlv/tlv_test], [0], [expout], [ignore]) +AT_CLEANUP |