diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-23 21:53:37 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-23 21:53:37 -0700 |
commit | 3bda1dc3e0d7c470bd995a25a28993d13581cea8 (patch) | |
tree | eeea01ac2b6fdec68bb4b9b630992d186d01cb25 /host/test/CMakeLists.txt | |
parent | 6148059a0305b1cc8661d0d56f8aa3bdfb727bf0 (diff) | |
download | uhd-3bda1dc3e0d7c470bd995a25a28993d13581cea8.tar.gz uhd-3bda1dc3e0d7c470bd995a25a28993d13581cea8.tar.bz2 uhd-3bda1dc3e0d7c470bd995a25a28993d13581cea8.zip |
uhd: added gain group and unit testing for it
Diffstat (limited to 'host/test/CMakeLists.txt')
-rw-r--r-- | host/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/test/CMakeLists.txt b/host/test/CMakeLists.txt index b7dcb741a..25cae6e7f 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -26,6 +26,7 @@ ADD_EXECUTABLE(main_test convert_types_test.cpp dict_test.cpp error_test.cpp + gain_group_test.cpp gain_handler_test.cpp tune_helper_test.cpp vrt_test.cpp |