Skip to content

Commit

Permalink
post rebase build fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmithTT committed Nov 23, 2024
1 parent 2036785 commit 001c739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/microbenchmark)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/api)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/misc)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/pcie)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/misc)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/simulation)
if($ENV{ARCH_NAME} STREQUAL "wormhole_b0")
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/wormhole)
Expand Down
7 changes: 5 additions & 2 deletions tests/misc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
set(UMD_MISC_TESTS_SRCS test_semver.cpp test_logger.cpp)
set(UMD_MISC_TESTS_SRCS
test_semver.cpp
test_logger.cpp
)

add_executable(umd_misc_tests ${UMD_MISC_TESTS_SRCS})
target_link_libraries(
misc_tests
umd_misc_tests
PRIVATE
test_common
spdlog::spdlog_header_only
Expand Down

0 comments on commit 001c739

Please sign in to comment.