uhd/host/tests
2024-04-02 16:27:20 +02:00
..
common Modify files for treatment with clang-format 2023-08-07 15:35:56 -05:00
devtest tests: Add tests for module_serial field 2023-11-01 20:45:06 -05:00
pytests ci: add x440 streaming step 2024-01-31 15:24:54 -06:00
rfnoc_block_tests Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
streaming_performance ci: add x440 streaming step 2024-01-31 15:24:54 -06:00
actions_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
addr_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
adf535x_test.cpp tests: Add unit test for ADF535x PLLs 2024-04-02 16:27:20 +02: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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
cal_data_gain_pwr_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
cal_data_iq_test.cpp uhd: math: Add interpolation.hpp 2020-04-07 07:24:19 -05:00
cal_database_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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
client_zero_test.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
CMakeLists.txt tests: Add unit test for ADF535x PLLs 2024-04-02 16:27:20 +02:00
compat_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
config_parser_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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
device_addr_test.py uhd: python: Make DeviceAddr behave like dict 2022-10-28 10:15:20 -05: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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
eeprom_c_test.c Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
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: Add force_dirty() call 2023-05-05 15:18:00 -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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
isatty_test.cpp host: fix compiling with gcc 13.2 2024-03-28 11:50:40 +01:00
link_test.cpp tests: Fix check in link_test 2021-08-31 07:32:55 -05:00
lmx2572_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
log_test.cpp uhd: log: Add UHD_LOG_THROW() macro 2022-07-08 05:42:11 -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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
paths_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
ranges_test.cpp host: Create meta_range_t::as_monotonic 2022-03-14 15:49:41 -05:00
rf_control_gain_profile_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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 rfnoc: Fix disconnecting back-edges from graphs 2023-02-28 12:24:07 -08:00
rfnoc_graph_mock_nodes.hpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
rfnoc_node_test.cpp rfnoc: Always retain order of properties 2022-06-14 05:24:58 -07:00
rfnoc_property_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
rfnoc_propprop_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
rfnoc_topograph_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
rx_streamer_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05: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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
sensors_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
serial_number_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -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 Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
subdev_spec_c_test.c Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
subdev_spec_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
system_time_test.cpp uhd: update to uniform SPDX license identifier 2022-09-01 14:16:30 -05: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
xport_adapter_ctrl_test.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
zbx_cpld_test.cpp uhd: zbx: Prevent TX antenna config from disrupting RX 2021-09-16 11:30:28 -07:00