From 479fba171ba5d3877fc4024f4df03183ffc363b3 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 23 May 2013 19:58:28 +0200 Subject: add testsuite infrastructure and osmux test This patch adds the testsuite infrastructure and it populates it with one test for osmux. The osmux tests makes sure that: * We get the same number of RTP messages in the input and the output path. * The payload of the RTP message is reconstructed correctly. * The reconstructed timing is correct. --- tests/testsuite.at | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/testsuite.at (limited to 'tests/testsuite.at') diff --git a/tests/testsuite.at b/tests/testsuite.at new file mode 100644 index 0000000..b3bc50f --- /dev/null +++ b/tests/testsuite.at @@ -0,0 +1,8 @@ +AT_INIT +AT_BANNER([Regression tests.]) + +AT_SETUP([osmux_test]) +AT_KEYWORDS([osmux_test]) +cat $abs_srcdir/osmux/osmux-test.ok > expout +AT_CHECK([$abs_top_builddir/tests/osmux/osmux_test], [0], [expout], [ignore]) +AT_CLEANUP -- cgit v1.2.3