diff options
author | Steven Koo <steven.koo@ni.com> | 2022-01-10 14:37:42 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-19 14:28:32 -0600 |
commit | 2084d781ede89f60c75030f092fe89ce66f8767c (patch) | |
tree | ac59bd8a9589858807071d5be7e072f1eff96ab3 /host/lib | |
parent | 568c02c0e75e6d6e3cfb10a14ed321816719695a (diff) | |
download | uhd-2084d781ede89f60c75030f092fe89ce66f8767c.tar.gz uhd-2084d781ede89f60c75030f092fe89ce66f8767c.tar.bz2 uhd-2084d781ede89f60c75030f092fe89ce66f8767c.zip |
tests: disable x4xx_radio_block_test on macOS
This commit disables x4xx_radio_block_test on macOS
because the platform has stricter casting and symbol
export rules, which causes this test to fail.
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/x400/x400_radio_control.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x400/x400_radio_control.cpp b/host/lib/usrp/x400/x400_radio_control.cpp index 75719f6a2..528330101 100644 --- a/host/lib/usrp/x400/x400_radio_control.cpp +++ b/host/lib/usrp/x400/x400_radio_control.cpp @@ -52,6 +52,7 @@ x400_radio_control_impl::x400_radio_control_impl(make_args_ptr make_args) UHD_ASSERT_THROW(get_mb_controller()); _mb_control = std::dynamic_pointer_cast<mpmd_mb_controller>(get_mb_controller()); + UHD_ASSERT_THROW(_mb_control) _x4xx_timekeeper = std::dynamic_pointer_cast<mpmd_mb_controller::mpmd_timekeeper>( _mb_control->get_timekeeper(0)); |