aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-10 13:06:22 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-11 18:45:12 +0100
commitc2ba427b52e237bec5b66496bf8ea0ac97399f14 (patch)
treef07237471ab809bdab40aa669a8eb657ae4e141c /tests/testsuite.at
parent611212676b9c519a1f186ebaa8ad224178700005 (diff)
tests: Migrate convtest util to autotest infrastructure
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 00e6002..c6ca848 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -43,3 +43,9 @@ AT_KEYWORDS([VectorTest])
cat $abs_srcdir/CommonLibs/VectorTest.ok > expout
AT_CHECK([$abs_top_builddir/tests/CommonLibs/VectorTest], [], [expout], [])
AT_CLEANUP
+
+AT_SETUP([convolve_test])
+AT_KEYWORDS([convolve_test])
+cat $abs_srcdir/Transceiver52M/convolve_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/Transceiver52M/convolve_test], [], [expout], [])
+AT_CLEANUP