aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r--host/tests/CMakeLists.txt57
1 files changed, 2 insertions, 55 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt
index d790b214e..8a477b181 100644
--- a/host/tests/CMakeLists.txt
+++ b/host/tests/CMakeLists.txt
@@ -42,7 +42,6 @@ set(test_sources
property_test.cpp
ranges_test.cpp
scope_exit_test.cpp
- sid_t_test.cpp
sensors_test.cpp
soft_reg_test.cpp
sph_recv_test.cpp
@@ -53,29 +52,16 @@ set(test_sources
vrt_test.cpp
expert_test.cpp
fe_conn_test.cpp
- rfnoc_node_test.cpp
link_test.cpp
rx_streamer_test.cpp
tx_streamer_test.cpp
+ block_id_test.cpp
+ rfnoc_property_test.cpp
)
#turn each test cpp file into an executable with an int main() function
add_definitions(-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN)
-if(ENABLE_RFNOC)
- list(APPEND test_sources
- block_id_test.cpp
- blockdef_test.cpp
- device3_test.cpp
- graph_search_test.cpp
- node_connect_test.cpp
- rate_node_test.cpp
- stream_sig_test.cpp
- tick_node_test.cpp
- rfnoc_property_test.cpp
- )
-endif(ENABLE_RFNOC)
-
if(ENABLE_C_API)
list(APPEND test_sources
eeprom_c_test.c
@@ -149,15 +135,6 @@ if(ENABLE_DPDK)
ENDIF(ENABLE_DPDK)
UHD_ADD_NONAPI_TEST(
- TARGET "nocscript_expr_test.cpp"
- EXTRA_SOURCES
- "${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/expression.cpp"
- INCLUDE_DIRS
- ${CMAKE_BINARY_DIR}/lib/rfnoc/nocscript/
- ${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/
-)
-
-UHD_ADD_NONAPI_TEST(
TARGET "system_time_test.cpp"
EXTRA_SOURCES
"${CMAKE_SOURCE_DIR}/lib/utils/system_time.cpp"
@@ -175,36 +152,6 @@ UHD_ADD_NONAPI_TEST(
NOAUTORUN # Don't register for auto-run
)
-#UHD_ADD_NONAPI_TEST(
- #TARGET "nocscript_expr_test.cpp"
- #EXTRA_SOURCES
- #"${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/expression.cpp"
- #INCLUDE_DIRS
- #${CMAKE_BINARY_DIR}/lib/rfnoc/nocscript/
- #${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/
-#)
-
-#UHD_ADD_NONAPI_TEST(
- #TARGET "nocscript_ftable_test.cpp"
- #EXTRA_SOURCES
- #${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/function_table.cpp
- #${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/expression.cpp
- #INCLUDE_DIRS
- #${CMAKE_BINARY_DIR}/lib/rfnoc/nocscript/
- #${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/
-#)
-
-UHD_ADD_NONAPI_TEST(
- TARGET "nocscript_parser_test.cpp"
- EXTRA_SOURCES
- ${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/parser.cpp
- ${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/function_table.cpp
- ${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/expression.cpp
- INCLUDE_DIRS
- ${CMAKE_BINARY_DIR}/lib/rfnoc/nocscript/
- ${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/
-)
-
UHD_ADD_NONAPI_TEST(
TARGET "packet_handler_benchmark.cpp"
NOAUTORUN