aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
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 63027d96..f148cf5a 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -280,3 +280,9 @@ AT_KEYWORDS([sercomm])
cat $abs_srcdir/sercomm/sercomm_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/sercomm/sercomm_test], [0], [expout], [ignore])
AT_CLEANUP
+
+AT_SETUP([prbs])
+AT_KEYWORDS([prbs])
+cat $abs_srcdir/prbs/prbs_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/prbs/prbs_test], [0], [expout], [ignore])
+AT_CLEANUP