diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-09 00:54:35 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-09 00:54:35 +0000 |
commit | 8985d5c400a5f64dd95c0f0dcf9f793b32bd2d9c (patch) | |
tree | c038d960822b5ca153f4bbf6a4bad075467a2a1f /host/test/CMakeLists.txt | |
parent | cd84a19214ea03a3615b5ac7997f33fcfc9870ae (diff) | |
parent | 8c7b73ee536357d2f7efc4558b531575fa28ca31 (diff) | |
download | uhd-8985d5c400a5f64dd95c0f0dcf9f793b32bd2d9c.tar.gz uhd-8985d5c400a5f64dd95c0f0dcf9f793b32bd2d9c.tar.bz2 uhd-8985d5c400a5f64dd95c0f0dcf9f793b32bd2d9c.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 7fd3dd401..74f3376e6 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -23,6 +23,7 @@ ADD_EXECUTABLE(main_test addr_test.cpp buffer_test.cpp byteswap_test.cpp + convert_types_test.cpp dict_test.cpp error_test.cpp gain_handler_test.cpp |