summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-22 13:36:52 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-22 13:46:58 +0100
commit97510814d84fa5715e18b4d73b3c07ec607b46f4 (patch)
treeace35ae8715ad13be88e10b6e408d4ef66512a46 /tests/Makefile.am
parent3068d5747ac81caacd3c496920fb509f2fa3a182 (diff)
tests: Introduce a very basic gsm0808 test
This tests verifies the content of the GSM 08.08 messages, it does not verify the remaining headroom (which the SCCP/IPA code relies on being plenty to prepend the header). More to come in the future.
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 348355f2..eff1ac44 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 lapd
+SUBDIRS = timer sms ussd smscb bits a5 conv auth lapd gsm0808
if ENABLE_MSGFILE
SUBDIRS += msgfile
endif