diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-03-20 13:07:40 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-19 14:22:55 -0500 |
commit | 026ae4584d2dce4acd6154125b32b9ed43d6aaea (patch) | |
tree | 82f766ca2d5c7085fca17ffdbac42746cc06ca4f /host/tests/CMakeLists.txt | |
parent | c1549b9f6a7c7d645689b420934b08ed46013a22 (diff) | |
download | uhd-026ae4584d2dce4acd6154125b32b9ed43d6aaea.tar.gz uhd-026ae4584d2dce4acd6154125b32b9ed43d6aaea.tar.bz2 uhd-026ae4584d2dce4acd6154125b32b9ed43d6aaea.zip |
tests: Added unit test for Vector IIR RFNoC block
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 3723119fa..d9f78465a 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -280,6 +280,10 @@ UHD_ADD_RFNOC_BLOCK_TEST( TARGET null_block_test.cpp ) +UHD_ADD_RFNOC_BLOCK_TEST( + TARGET vector_iir_block_test.cpp +) + UHD_ADD_NONAPI_TEST( TARGET "transport_test.cpp" EXTRA_SOURCES |