diff options
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index d3e44a518..a049c7e2e 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -370,6 +370,7 @@ UHD_ADD_RFNOC_BLOCK_TEST( EXTRA_SOURCES ${UHD_SOURCE_DIR}/lib/usrp/common/lmx2572.cpp ${UHD_SOURCE_DIR}/lib/usrp/common/pwr_cal_mgr.cpp + ${UHD_SOURCE_DIR}/lib/usrp/x400/x400_gpio_control.cpp ${UHD_SOURCE_DIR}/lib/usrp/x400/x400_radio_control.cpp ${UHD_SOURCE_DIR}/lib/usrp/x400/x400_rfdc_control.cpp ${UHD_SOURCE_DIR}/lib/usrp/x400/adc_self_calibration.cpp @@ -383,6 +384,7 @@ UHD_ADD_RFNOC_BLOCK_TEST( ${UHD_SOURCE_DIR}/lib/usrp/dboard/zbx/zbx_expert.cpp ${UHD_SOURCE_DIR}/lib/utils/compat_check.cpp ${UHD_SOURCE_DIR}/lib/features/discoverable_feature_registry.cpp + ${UHD_SOURCE_DIR}/lib/usrp/cores/gpio_atr_3000.cpp $<TARGET_OBJECTS:uhd_rpclib> INCLUDE_DIRS ${UHD_SOURCE_DIR}/lib/deps/rpclib/include INCLUDE_DIRS ${UHD_SOURCE_DIR}/lib/deps/flatbuffers/include |