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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 450ccd30..b505eb1f 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,7 @@ AC_OUTPUT( tests/smscb/Makefile tests/bits/Makefile tests/a5/Makefile + tests/conv/Makefile utils/Makefile Doxyfile.core Doxyfile.gsm |