From 80ec3fee4298d5b0defd98db7dcf1a01f49e9778 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Mon, 4 Nov 2019 16:20:59 -0800 Subject: lib,tests: Remove old DPDK files from build The DPDK files are left behind as a reference, for now. --- host/tests/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'host/tests/CMakeLists.txt') diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 89d0926fa..4578a6307 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -115,25 +115,6 @@ endmacro(UHD_ADD_NONAPI_TEST) ############################################################################### # Now add all unit tests that require special linkage ############################################################################### -if(ENABLE_DPDK) - find_package(DPDK) - UHD_ADD_NONAPI_TEST( - TARGET "dpdk_test.cpp" - EXTRA_SOURCES - ${CMAKE_SOURCE_DIR}/lib/utils/config_parser.cpp - ${CMAKE_SOURCE_DIR}/lib/utils/paths.cpp - ${CMAKE_SOURCE_DIR}/lib/utils/pathslib.cpp - ${CMAKE_SOURCE_DIR}/lib/utils/prefs.cpp - ${CMAKE_SOURCE_DIR}/lib/transport/dpdk_zero_copy.cpp - INCLUDE_DIRS - ${DPDK_INCLUDE_DIR} - ${CMAKE_BINARY_DIR}/lib/transport/ - ${CMAKE_SOURCE_DIR}/lib/transport/ - EXTRA_LIBS ${DPDK_LIBRARIES} - NOAUTORUN # Don't register for auto-run, it requires special config - ) -ENDIF(ENABLE_DPDK) - UHD_ADD_NONAPI_TEST( TARGET "system_time_test.cpp" EXTRA_SOURCES -- cgit v1.2.3