Skip to content

Commit

Permalink
Fixing variable name to build umd tests (tenstorrent#16967)
Browse files Browse the repository at this point in the history
Argument `--build-umd-tests` to `build_metal.sh` was not connected to
cmake...
  • Loading branch information
tt-vjovanovic authored Jan 22, 2025
1 parent fe3ddef commit 3884349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_metal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ if [ "$build_ttnn_tests" = "ON" ]; then
cmake_args+=("-DTTNN_BUILD_TESTS=ON")
fi

if [ "$build_tt_umd_tests" = "ON" ]; then
if [ "$build_umd_tests" = "ON" ]; then
cmake_args+=("-DTT_UMD_BUILD_TESTS=ON")
fi

Expand Down

0 comments on commit 3884349

Please sign in to comment.