diff options
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 |