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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 411eec9..28dde0c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT([libosmo-netif], [openbsc-devel@lists.openbsc.org]) AM_INIT_AUTOMAKE([dist-bzip2]) +AC_CONFIG_TESTDIR(tests) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -56,4 +57,5 @@ AC_OUTPUT( src/channel/abis/Makefile examples/Makefile examples/channel/Makefile + tests/Makefile Makefile) -- cgit v1.2.3