summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-11-24 17:48:42 +0100
committerSylvain Munaut <tnt@246tNt.com>2011-11-24 17:48:42 +0100
commit29eb92db02afed5ba060ac861bcffe7e61915f71 (patch)
treea0efc494bcbee06a9902a0fcd2dc69207076992b /tests/Makefile.am
parentae8dbb4d776461c8945570594d67d8bb9b7100c5 (diff)
core/conv: Add regression testing code
It tests both a given test vector encoding/decoding, and some random coding/decoding cycles. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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 5ff82e13..7a1147bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
if ENABLE_TESTS
-SUBDIRS = timer sms ussd smscb bits a5
+SUBDIRS = timer sms ussd smscb bits a5 conv
if ENABLE_MSGFILE
SUBDIRS += msgfile
endif