diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-11-24 17:48:42 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-11-24 17:48:42 +0100 |
commit | 29eb92db02afed5ba060ac861bcffe7e61915f71 (patch) | |
tree | a0efc494bcbee06a9902a0fcd2dc69207076992b /tests/Makefile.am | |
parent | ae8dbb4d776461c8945570594d67d8bb9b7100c5 (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.am | 2 |
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 |