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, 0 insertions, 6 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 094117f98..e7eb76bec 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -49,9 +49,3 @@ AT_KEYWORDS([handover_tests])
cat $abs_srcdir/handover/handover_tests.ok > expout
AT_CHECK([$abs_srcdir/handover/handover_tests.sh $abs_srcdir/handover $abs_builddir/handover], [], [expout], [ignore])
AT_CLEANUP
-
-AT_SETUP([time_cc_test])
-AT_KEYWORDS([time_cc_test])
-cat $abs_srcdir/time_cc/time_cc_test.ok > expout
-AT_CHECK([$abs_top_builddir/tests/time_cc/time_cc_test], [], [expout], [ignore])
-AT_CLEANUP