aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-05-19 14:15:30 +0200
committerMax <msuraev@sysmocom.de>2017-05-22 09:37:27 +0000
commit3aeb9301f4075f3211bdeca0140c5571f06219be (patch)
tree7c7b6d525498d085c3d929b7187a86ba2c938ab3 /tests/testsuite.at
parentefbef50efc170caccf6354360638cda762dd7fc3 (diff)
Remove redundant test
After switching to libosmocoding there's no need in low-level bursts test which is part of libosmocoding anyway. Change-Id: Icb8caf62ac653a39a7a82f2225e8edeab7f5afb5
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index bfc9bad5..fed00182 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -25,12 +25,6 @@ cat $abs_srcdir/misc/misc_test.ok > expout
AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/misc/misc_test], [], [expout], [ignore])
AT_CLEANUP
-AT_SETUP([bursts])
-AT_KEYWORDS([bursts])
-cat $abs_srcdir/bursts/bursts_test.ok > expout
-AT_CHECK([$abs_top_builddir/tests/bursts/bursts_test], [], [expout], [ignore])
-AT_CLEANUP
-
AT_SETUP([handover])
AT_KEYWORDS([handover])
cat $abs_srcdir/handover/handover_test.ok > expout