Skip to content

Commit

Permalink
#0: Add T3K test
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-dma committed Nov 22, 2024
1 parent 6422a3e commit efbc5f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/t3000/run_t3000_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ run_t3000_ttmetal_tests() {
./build/test/tt_metal/unit_tests_fast_dispatch --gtest_filter="CommandQueueMultiDeviceFixture.*" ; fail+=$?
./build/test/tt_metal/unit_tests_fast_dispatch --gtest_filter="DPrintFixture.*:WatcherFixture.*" ; fail+=$?

# Tool tests use C++ unit tests so include them here.
./tests/scripts/run_tools_tests.sh

# Record the end time
end_time=$(date +%s)
duration=$((end_time - start_time))
Expand Down

0 comments on commit efbc5f1

Please sign in to comment.