diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-09-29 13:51:43 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:04:02 -0800 |
commit | 21605b4e8b58053f4fa91a0a5136261da33e3bfb (patch) | |
tree | 551c8313dcff1047598bcf4a0f00cf0bdd9323e2 /host/tests/CMakeLists.txt | |
parent | aeaea4936011665e2bbad66e1fdf4628e2b940f2 (diff) | |
download | uhd-21605b4e8b58053f4fa91a0a5136261da33e3bfb.tar.gz uhd-21605b4e8b58053f4fa91a0a5136261da33e3bfb.tar.bz2 uhd-21605b4e8b58053f4fa91a0a5136261da33e3bfb.zip |
types: sensor_value_t can now be created from map
- Adds unit tests for sensor_value_t also
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 1b8d2acf7..7fcf1652c 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -30,6 +30,7 @@ SET(test_sources property_test.cpp ranges_test.cpp sid_t_test.cpp + sensors_test.cpp sph_recv_test.cpp sph_send_test.cpp subdev_spec_test.cpp |