From 3e80e36a7f21ac574517b5832bbda838115de009 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 6 May 2022 19:57:00 +0200 Subject: tests: Remove packet_handler_benchmark This was a test written in the early stages of re-writing UHD for the 4.0 release. It tests things that are no longer in use for UHD 4, thus, the test can go as well. --- host/tests/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'host/tests/CMakeLists.txt') diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index f170f26fe..faaa07426 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -217,11 +217,6 @@ UHD_ADD_NONAPI_TEST( NOAUTORUN # Don't register for auto-run ) -UHD_ADD_NONAPI_TEST( - TARGET "packet_handler_benchmark.cpp" - NOAUTORUN -) - UHD_ADD_NONAPI_TEST( TARGET "config_parser_test.cpp" EXTRA_SOURCES ${UHD_SOURCE_DIR}/lib/utils/config_parser.cpp -- cgit v1.2.3