Skip to content

Commit

Permalink
#0: re-add test_add.cpp to ttnn unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtangTT committed May 17, 2024
1 parent 9068f70 commit db7d8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/ttnn/unit_tests/gtests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

set(TTNN_UNIT_TESTS_SRC
${CMAKE_SOURCE_DIR}/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_add.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_async_runtime.cpp
)

add_executable(unit_tests_ttnn ${TTNN_UNIT_TESTS_SRC})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0

#include "tests/tt_metal/tt_metal/unit_tests_common/common/common_fixture.hpp"
#include "tests/ttnn/unit_tests/ttnn_test_fixtures.hpp"
#include "ttnn_test_fixtures.hpp"
#include "ttnn/device.hpp"
#include "ttnn/operations/binary.hpp"
#include "ttnn/operations/core.hpp"
Expand Down

0 comments on commit db7d8ae

Please sign in to comment.