Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT committed Feb 16, 2025
1 parent 143944f commit 79f00c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tt_metal/tt_metal/dispatch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target_sources(
dispatch_program/test_EnqueueProgram.cpp
)
target_include_directories(
unit_tests_dispatch_smoke
unit_tests_dispatch_slow
BEFORE
PRIVATE
"$<TARGET_PROPERTY:Metalium::Metal,INCLUDE_DIRECTORIES>"
Expand All @@ -48,7 +48,7 @@ target_include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/common
)
target_link_libraries(unit_tests_dispatch_smoke PRIVATE test_metal_common_libs)
target_link_libraries(unit_tests_dispatch_slow PRIVATE test_metal_common_libs)

# Target for all Dispatch tests regardless of duration
add_executable(unit_tests_dispatch)
Expand Down

0 comments on commit 79f00c4

Please sign in to comment.