uhd/host/tests
Martin Braun c0b2e69fb1 tests: rfnoc: Add another loop graph test
This test mimics the Radio <-> Replay loop graph. Because we need one
back-edge in this graph, this test makes sure the atomic item sizes
still resolve.
2022-04-07 10:51:26 -07:00
..
common Build uhd_test library as static when -DBUILD_SHARED_LIBS=ON 2022-02-24 13:48:10 -06:00
devtest test: x410: Add GPIO tests to X410 devtest 2022-03-23 21:09:39 -05:00
pytests tests: streaming tests setup 2022-04-06 09:52:36 -07:00
rfnoc_block_tests uhd: Replay block version 1.1 2022-04-01 13:33:08 -07:00
streaming_performance test: add support for new benchmark_rate args 2022-03-23 16:14:55 -05:00
actions_test.cpp tests: Add unit test for USE_MAP action forwarding policy 2020-05-28 14:49:32 -05:00
addr_test.cpp uhd: Remove includes of list_of.hpp where appropriate 2021-06-24 12:00:49 -05:00
block_id_test.cpp rfnoc: Fix block_id::get_tree_root() 2021-12-16 09:20:01 -06:00
blockdef_test.cpp tests: Use reference type to prevent copy 2021-10-22 06:35:44 -07:00
buffer_test.cpp uhd: Remove includes of list_of.hpp where appropriate 2021-06-24 12:00:49 -05:00
byteswap_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
cal_data_dsa_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
cal_data_gain_pwr_test.cpp cal: Minor fixes in power container, add unit test 2020-05-26 12:58:10 -05:00
cal_data_iq_test.cpp uhd: math: Add interpolation.hpp 2020-04-07 07:24:19 -05:00
cal_database_test.cpp cal: database: Add option to register flash cal callbacks 2020-05-20 07:30:15 -05:00
cast_test.cpp utils: Add bool specialization to cast::from_str() 2020-03-18 07:43:20 -05:00
chdr_parse_test.cpp uhd: Remove superfluous boost/bind.hpp includes 2021-12-03 11:33:07 -08:00
chdr_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
client_zero_test.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
CMakeLists.txt host: Implement nameless_gain_mixin 2022-01-20 08:52:42 -06:00
config_parser_test.cpp uhd: Remove includes of list_of.hpp where appropriate 2021-06-24 12:00:49 -05:00
constrained_device_args_test.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
convert_test.cpp tests: Apply clang-format to convert_test 2022-03-08 07:58:51 -06:00
dict_test.cpp uhd: dict: Add typecast operator to std::map<> 2019-11-04 09:57:49 -08:00
discoverable_feature_test.cpp uhd: Create discoverable feature registry implementation 2020-06-25 13:36:08 -05:00
dpdk_port_test.cpp dpdk: Upgrade to DPDK 19.11 API 2021-12-06 13:22:03 -08:00
dpdk_test.cpp tests: Remove non-functional DPDK test 2021-12-06 13:22:03 -08:00
eeprom_c_test.c
eeprom_utils_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
error_c_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
error_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
expert_test.cpp experts: Change coercion policy for regular prop nodes 2021-05-04 14:34:44 -05:00
fe_conn_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
fp_compare_delta_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
fp_compare_epsilon_test.cpp uhd: Harmonize fuzzy frequency comparisons 2022-02-04 13:16:00 -06:00
gain_group_test.cpp uhd: Remove all occurences of boost::math::*round() 2021-06-24 12:00:49 -05:00
interpolation_test.cpp lib: utils: interpolation: Add bilinear interpolation 2020-04-17 07:58:19 -05:00
isatty_test.cpp test: Fix potential resource leak 2021-08-04 07:05:20 -05:00
link_test.cpp tests: Fix check in link_test 2021-08-31 07:32:55 -05:00
lmx2572_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
log_test.cpp utils: log: Fix includes for UHD_HEX() 2019-06-12 10:52:02 -07:00
math_test.cpp uhd: math: Replace wrap-frequency math with a single function 2021-10-19 12:21:33 -07:00
mb_controller_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
module_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
multichan_register_iface_test.cpp rfnoc: Add multichannel register interface 2020-04-02 12:12:26 -05:00
narrow_cast_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
offload_io_srv_test.cpp tests: Remove unused constants 2021-03-04 08:18:41 -06:00
packet_handler_benchmark.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
paths_test.cpp tests: Print images dir instead of simply reading it 2020-04-17 14:39:41 -05:00
property_test.cpp host: Throw exception when accessing properties with incorrect type 2022-02-07 14:43:46 -06:00
pwr_cal_mgr_test.cpp tests: Add unit tests for pwr_cal_mgr 2020-05-20 15:19:07 -05:00
pychdr_parse_test.py python: Add payload agnostic methods to CHDR API 2020-07-16 09:59:25 -05:00
pyranges_test.py tests: Add infrastructure to run Python unit tests 2020-06-15 13:49:36 -05:00
ranges_c_test.c
ranges_test.cpp host: Create meta_range_t::as_monotonic 2022-03-14 15:49:41 -05:00
rf_control_gain_profile_test.cpp host: Update code base using clang-tidy 2021-03-17 15:44:05 -05:00
rfnoc_chdr_test.cpp utils: Expose CHDR Types in Public API 2020-07-13 15:21:52 -05:00
rfnoc_detailgraph_test.cpp tests: Add graph disconnect/reconnect unit test 2020-08-04 15:41:07 -05:00
rfnoc_graph_mock_nodes.hpp tests: rfnoc: Amend mock nodes with action support 2022-03-30 10:28:07 -07:00
rfnoc_node_test.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
rfnoc_property_test.cpp rfnoc: Support instance overrides in set_properties() 2020-07-24 13:15:30 -05:00
rfnoc_propprop_test.cpp tests: rfnoc: Add another loop graph test 2022-04-07 10:51:26 -07:00
rx_streamer_test.cpp tests: Add complex include to resolve build 2022-03-29 05:22:15 -07:00
scope_exit_test.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
sensors_c_test.c
sensors_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
serial_number_test.cpp uhd: improved handling of empty serial number hints 2020-06-26 14:31:14 -05:00
soft_reg_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
sph_recv_test.cpp uhd: Replace all occurrences of boost::bind with std::bind 2019-11-26 12:21:32 -08:00
sph_send_test.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
streamer_benchmark.cpp rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP 2021-12-02 05:49:53 -08:00
string_vector_c_test.c
subdev_spec_c_test.c
subdev_spec_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
system_time_test.cpp lib: Simplify implementation of uhd::get_system_time() to use <chrono> 2019-11-26 11:49:12 -08:00
tasks_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
time_spec_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
transport_test.cpp transport: Implement a single-threaded I/O service 2019-11-26 11:49:19 -08:00
tx_streamer_test.cpp rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP 2021-12-02 05:49:53 -08:00
uhd_image_downloader_test.py uhd_images_downloader: Add environment variable for http auth 2020-10-15 16:00:54 -05:00
verify_fbs_test.py tests: fbs test: Fix issues around missing git 2020-08-25 07:10:53 -05:00
vrt_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
x400_rfdc_control_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
zbx_cpld_test.cpp uhd: zbx: Prevent TX antenna config from disrupting RX 2021-09-16 11:30:28 -07:00