diff options
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index e2d192796..980f87d75 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -376,6 +376,12 @@ UHD_ADD_NONAPI_TEST( ${CMAKE_SOURCE_DIR}/lib/features/discoverable_feature_registry.cpp ) +UHD_ADD_NONAPI_TEST( + TARGET "rf_control_gain_profile_test.cpp" + EXTRA_SOURCES + ${CMAKE_SOURCE_DIR}/lib/rfnoc/rf_control/gain_profile.cpp +) + ######################################################################## # demo of a loadable module ######################################################################## |