Skip to content

Commit

Permalink
reshuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT committed Feb 16, 2025
1 parent 79f00c4 commit b04d308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tt_metal/tt_metal/dispatch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ TT_ENABLE_UNITY_BUILD(unit_tests_dispatch_smoke)
target_sources(
unit_tests_dispatch_smoke
PRIVATE
dispatch_program/test_sub_device.cpp
dispatch_buffer/test_sub_device.cpp
dispatch_event/test_EnqueueWaitForEvent.cpp
dispatch_event/test_events.cpp
dispatch_program/test_dispatch_stress.cpp
dispatch_program/test_dispatch.cpp
dispatch_program/test_global_circular_buffers.cpp
dispatch_program/test_program_reuse.cpp
dispatch_trace/test_EnqueueTrace.cpp
dispatch_trace/test_sub_device.cpp
dispatch_util/test_dispatch_settings.cpp
dispatch_util/test_device_command.cpp
)
Expand All @@ -34,9 +33,10 @@ TT_ENABLE_UNITY_BUILD(unit_tests_dispatch_slow)
target_sources(
unit_tests_dispatch_slow
PRIVATE
dispatch_program/test_sub_device.cpp
dispatch_buffer/test_EnqueueWriteBuffer_and_EnqueueReadBuffer.cpp
dispatch_program/test_EnqueueProgram.cpp
dispatch_trace/test_EnqueueTrace.cpp
dispatch_trace/test_sub_device.cpp
)
target_include_directories(
unit_tests_dispatch_slow
Expand Down

0 comments on commit b04d308

Please sign in to comment.