diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-23 18:07:07 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-11-20 23:28:37 +0100 |
commit | 27aa985f450a7d2312f8731991d4e4e9ec122e8d (patch) | |
tree | 70c409c1e40d9b067124df18d948c9afd3aa5395 /host/tests/CMakeLists.txt | |
parent | 55fdf6d4a60cc1f92cee7c27ea3e4c8799aae34e (diff) | |
download | uhd-27aa985f450a7d2312f8731991d4e4e9ec122e8d.tar.gz uhd-27aa985f450a7d2312f8731991d4e4e9ec122e8d.tar.bz2 uhd-27aa985f450a7d2312f8731991d4e4e9ec122e8d.zip |
math: Added a portable log2()
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index ea0b30cb8..579fd46ca 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -34,6 +34,7 @@ SET(test_sources fp_compare_delta_test.cpp fp_compare_epsilon_test.cpp gain_group_test.cpp + math_test.cpp msg_test.cpp property_test.cpp ranges_test.cpp |