diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-05-06 19:57:00 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-06-10 13:24:05 -0500 |
commit | 3e80e36a7f21ac574517b5832bbda838115de009 (patch) | |
tree | eaa7346b9711958c7c9e7fec81dbcd66ac29e5c2 /host/tests/CMakeLists.txt | |
parent | c27c32f948bc3ba690be53b695f5f27f79bdbc78 (diff) | |
download | uhd-3e80e36a7f21ac574517b5832bbda838115de009.tar.gz uhd-3e80e36a7f21ac574517b5832bbda838115de009.tar.bz2 uhd-3e80e36a7f21ac574517b5832bbda838115de009.zip |
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.
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -218,11 +218,6 @@ UHD_ADD_NONAPI_TEST( ) 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 ) |