diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-03 01:04:36 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-03 01:04:36 +0000 |
commit | 565e46fa1038bebf59257a8b3eefae4487cf0946 (patch) | |
tree | bc5c9085824cc61bf5c5479d5c357e6ec37fdb58 /host/test/CMakeLists.txt | |
parent | 66deed6015f2a2bc67f17f6630ca62a41b596090 (diff) | |
parent | b2054a45d45ba85e30ff601159b18f5ebd15dd76 (diff) | |
download | uhd-565e46fa1038bebf59257a8b3eefae4487cf0946.tar.gz uhd-565e46fa1038bebf59257a8b3eefae4487cf0946.tar.bz2 uhd-565e46fa1038bebf59257a8b3eefae4487cf0946.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
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 61b0b503d..24778d13e 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -21,6 +21,7 @@ ADD_EXECUTABLE(main_test main_test.cpp addr_test.cpp + buffer_test.cpp dict_test.cpp error_test.cpp gain_handler_test.cpp |