aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 20:25:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 21:35:06 +0100
commit72bd4eb3b9e674d771d911e27cacb45468d51487 (patch)
treeb5f5b170841055ddfe663c6fc2611214ef8611d8 /tests/Makefile.am
parentd318e6160795ac8c339e27d521248144c841f113 (diff)
lapdm: Create a simple test case to transmit data between both ends0.4.1
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.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9f52ae70..348355f2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
if ENABLE_TESTS
-SUBDIRS = timer sms ussd smscb bits a5 conv auth
+SUBDIRS = timer sms ussd smscb bits a5 conv auth lapd
if ENABLE_MSGFILE
SUBDIRS += msgfile
endif