diff --git a/test/phy/CMakeLists.txt b/test/phy/CMakeLists.txt index 959bd21bb..ea235b828 100644 --- a/test/phy/CMakeLists.txt +++ b/test/phy/CMakeLists.txt @@ -7,7 +7,7 @@ # if (RF_FOUND AND ENABLE_SRSUE AND ENABLE_SRSENB) - add_executable(nr_phy_test nr_dl_flood.cc) + add_executable(nr_phy_test nr_phy_test.cc) target_link_libraries(nr_phy_test srsue_phy_nr srsue_phy diff --git a/test/phy/nr_dl_flood.cc b/test/phy/nr_phy_test.cc similarity index 100% rename from test/phy/nr_dl_flood.cc rename to test/phy/nr_phy_test.cc