aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
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/testsuite.at
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/testsuite.at')
-rw-r--r--tests/testsuite.at6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 2ea7412f..237b6208 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -15,6 +15,12 @@ cat $abs_srcdir/bits/bitrev_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/bits/bitrev_test], [], [expout])
AT_CLEANUP
+AT_SETUP([conv])
+AT_KEYWORDS([conv])
+cat $abs_srcdir/conv/conv_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/conv/conv_test], [], [expout])
+AT_CLEANUP
+
if ENABLE_MSGFILE
AT_SETUP([msgfile])
AT_KEYWORDS([msgfile])