aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-27 13:26:16 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-15 18:09:06 +0100
commit7cd8a1b06387427c6db4fd9f6dee116212ec304a (patch)
treea939e2bdfbfc3d42284ad71dbc08ac5be8d73371 /tests/testsuite.at
parent5f349be820b32a5bb312566a4a35ef679fe7e478 (diff)
msgb/test: Add test for msgb message buffers
This tests several API functions of the msgb by checking the invariant and by dumping resulting message buffers as hex. Sponsored-by: On-Waves ehf Conflicts: tests/Makefile.am
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 55e79f19..d9bd3236 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -33,6 +33,12 @@ cat $abs_srcdir/conv/conv_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/conv/conv_test], [0], [expout])
AT_CLEANUP
+AT_SETUP([msgb])
+AT_KEYWORDS([msgb])
+cat $abs_srcdir/msgb/msgb_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/msgb/msgb_test], [0], [expout])
+AT_CLEANUP
+
if ENABLE_MSGFILE
AT_SETUP([msgfile])
AT_KEYWORDS([msgfile])