aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests')
-rw-r--r--host/tests/rf_control_gain_profile_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/tests/rf_control_gain_profile_test.cpp b/host/tests/rf_control_gain_profile_test.cpp
index d68f4b378..90260be1c 100644
--- a/host/tests/rf_control_gain_profile_test.cpp
+++ b/host/tests/rf_control_gain_profile_test.cpp
@@ -4,15 +4,12 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#include <uhdlib/rfnoc/rf_control/gain_profile_iface.hpp>
#include <uhd/types/ranges.hpp>
+#include <uhdlib/rfnoc/rf_control/gain_profile_iface.hpp>
#include <boost/test/unit_test.hpp>
-#include <iostream>
using namespace uhd::rfnoc::rf_control;
-static const double tolerance = 0.001; // %
-
void test_profile_invariant(gain_profile_iface& gain_profile)
{
BOOST_CHECK(gain_profile.get_gain_profile_names(0).size() > 0);