diff options
author | Jesse Zhang <65556515+jessezhang-ni@users.noreply.github.com> | 2020-07-22 19:14:19 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-07-30 12:51:11 -0500 |
commit | 261197a18ffd36fafddf21158f92ed34a07abf77 (patch) | |
tree | cff3c48bd27c325dc54a22756126f59fe52bfc69 /host/tests/CMakeLists.txt | |
parent | 152823d5083d709b7eaafe42c918738e90ecaa4d (diff) | |
download | uhd-261197a18ffd36fafddf21158f92ed34a07abf77.tar.gz uhd-261197a18ffd36fafddf21158f92ed34a07abf77.tar.bz2 uhd-261197a18ffd36fafddf21158f92ed34a07abf77.zip |
rfnoc: Add Switchboard block unit tests
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 daf9f2976..19047eea7 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -320,6 +320,10 @@ UHD_ADD_RFNOC_BLOCK_TEST( ) UHD_ADD_RFNOC_BLOCK_TEST( + TARGET switchboard_block_test.cpp +) + +UHD_ADD_RFNOC_BLOCK_TEST( TARGET vector_iir_block_test.cpp ) |