From 72bd4eb3b9e674d771d911e27cacb45468d51487 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 11 Dec 2011 20:25:12 +0100 Subject: lapdm: Create a simple test case to transmit data between both ends This is testing the establishment of two ends (BTS, MS) one is in the polling mode as used by osmo-bts. Transfer data between the two ends. The sent data is not verified though. This should be followed up soon. --- tests/lapd/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/lapd/Makefile.am (limited to 'tests/lapd/Makefile.am') diff --git a/tests/lapd/Makefile.am b/tests/lapd/Makefile.am new file mode 100644 index 00000000..f7e2ab0e --- /dev/null +++ b/tests/lapd/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_FLAGS = -Wall -O0 +noinst_PROGRAMS = lapd_test +EXTRA_DIST = lapd_test.ok + +lapd_test_SOURCES = lapd_test.c +lapd_test_LDADD = \ + $(top_builddir)/src/libosmocore.la \ + $(top_builddir)/src/gsm/libosmogsm.la -- cgit v1.2.3