diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-03-20 11:21:01 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-03-20 14:02:08 -0700 |
commit | 864d4002db7962600d3e0f3e0db118de8f6f9f47 (patch) | |
tree | e1f18f562e8d789e6833196a4282d7122edf61a0 /host/tests/CMakeLists.txt | |
parent | a5fbf781a7b88c7e76b525ff0b04644e92a63ce9 (diff) | |
download | uhd-864d4002db7962600d3e0f3e0db118de8f6f9f47.tar.gz uhd-864d4002db7962600d3e0f3e0db118de8f6f9f47.tar.bz2 uhd-864d4002db7962600d3e0f3e0db118de8f6f9f47.zip |
uhd: Remove cal containers
They are currently unused, and may need reimplementation. For the time
being, they can go out of the codebase.
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index dfd5bafdd..8a67e3f85 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -25,7 +25,6 @@ set(test_sources buffer_test.cpp byteswap_test.cpp cast_test.cpp - cal_container_test.cpp chdr_test.cpp constrained_device_args_test.cpp convert_test.cpp |