From 800f58430fdc577a2edd717d27b5902f75a1b1e4 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Fri, 27 Jun 2014 17:44:04 -0700 Subject: math: Added a new uhd::math namespace + float comparison routines * Float comparison is applied to tuning logic in DSP cores. * Properly using INT_MAX/MIN constants, defined in utils/math.hpp --- host/tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/tests/CMakeLists.txt') diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 7c4815004..62544b69b 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -31,6 +31,8 @@ SET(test_sources cast_test.cpp dict_test.cpp error_test.cpp + fp_compare_delta_test.cpp + fp_compare_epsilon_test.cpp gain_group_test.cpp msg_test.cpp property_test.cpp -- cgit v1.2.3