diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-23 21:53:37 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-27 15:45:49 -0700 |
commit | 3b056a00425c8c1cc907a14983611268efb86878 (patch) | |
tree | 35a46dc3eb3e59d6081ad84a73e0680a0cefbae4 /host/test/CMakeLists.txt | |
parent | c9301fc2c47f9141597041d07d7a0bb36be81e08 (diff) | |
download | uhd-3b056a00425c8c1cc907a14983611268efb86878.tar.gz uhd-3b056a00425c8c1cc907a14983611268efb86878.tar.bz2 uhd-3b056a00425c8c1cc907a14983611268efb86878.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 |