diff options
author | Max <max.suraev@fairwaves.ru> | 2013-12-02 11:30:32 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-12-07 18:10:38 +0100 |
commit | 4f0abc0e3eb553c94e8e409ea14a1b047efe3028 (patch) | |
tree | ad3ce264e1640fc0bfa732e08f2f733d4ba76f73 /tests/testsuite.at | |
parent | 56cc60dc2079a63e983d746689fd03d9a48ea8f5 (diff) |
Refactor COMP128v23 implementation and add test suit
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index 0685832e..59d660a4 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -54,6 +54,12 @@ cat $abs_srcdir/auth/milenage_test.ok > expout AT_CHECK([$abs_top_builddir/tests/auth/milenage_test], [0], [expout], [ignore]) AT_CLEANUP +AT_SETUP([comp128]) +AT_KEYWORDS([comp128]) +cat $abs_srcdir/comp128/comp128_test.ok > expout +AT_CHECK([$abs_top_builddir/tests/comp128/comp128_test], [0], [expout]) +AT_CLEANUP + AT_SETUP([lapd]) AT_KEYWORDS([lapd]) cat $abs_srcdir/lapd/lapd_test.ok > expout |