diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-07-10 22:24:49 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-11 10:11:28 -0700 |
commit | b185c9447a4a33bff14fd697dc294b9ee5d298b3 (patch) | |
tree | bda446edfd03f0b32d12fbbc121597bfdf7487c6 /host/tests/CMakeLists.txt | |
parent | 826279754529f76a0eb617cf02ade75a4145904f (diff) | |
download | uhd-b185c9447a4a33bff14fd697dc294b9ee5d298b3.tar.gz uhd-b185c9447a4a33bff14fd697dc294b9ee5d298b3.tar.bz2 uhd-b185c9447a4a33bff14fd697dc294b9ee5d298b3.zip |
soft_register: Remove compiler warning, add unit test
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 7d53b50c4..ba0484e86 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# + # Copyright 2010-2015 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company # @@ -34,6 +34,7 @@ SET(test_sources ranges_test.cpp sid_t_test.cpp sensors_test.cpp + soft_reg_test.cpp sph_recv_test.cpp sph_send_test.cpp subdev_spec_test.cpp |