uhd/host/tests
Martin Braun c1465e606e cmake: tests: Conditionally compile tests for X400
When using ENABLE_X400=OFF, we should also disable the corresponding
tests, or we get linker errors.
2021-12-08 12:08:59 -08:00
..
common cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIR 2021-09-10 15:08:10 -05:00
devtest devtest: Clarify data type in multi_usrp_test::send_waveform() 2021-10-06 11:57:25 -07:00
pytests tests: add automated streaming tests 2021-11-30 07:33:28 -08:00
rfnoc_block_tests rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP 2021-12-02 05:49:53 -08:00
streaming_performance tests: add streaming setup script for performance enhancements 2021-11-30 07:33:28 -08: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: allow find_blocks to search by device number or block count. 2021-07-20 07:20:47 -05: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 cmake: tests: Conditionally compile tests for X400 2021-12-08 12:08:59 -08: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 uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -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: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08: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 uhd: revert "Check property type at access..." 2021-01-08 11:23:17 -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 uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08: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: Fix rfnoc_graph mock nodes stop-stream command 2021-11-12 11:56:34 -08: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 rfnoc: Add CHDR width to make args 2021-11-12 12:11:33 -08:00
rx_streamer_test.cpp rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP 2021-12-02 05:49:53 -08: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