Skip to content

Commit 188513a

Browse files
committed
unit: rename btas um tensor tests
1 parent 70dd413 commit 188513a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ set(ta_test_src_files ta_test.cpp
105105
)
106106

107107
if(TILEDARRAY_HAS_CUDA OR TILEDARRAY_HAS_HIP)
108-
list(APPEND ta_test_src_files librett.cpp expressions_device_um.cpp tensor_um.cpp)
108+
list(APPEND ta_test_src_files librett.cpp expressions_device_um.cpp btas_tensor_um.cpp)
109109
endif()
110110

111111
# if using C++20 must use Boost 1.74 or later:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ struct TensorUMFixture {
8787
TensorN t;
8888
};
8989

90-
BOOST_FIXTURE_TEST_SUITE(tensor_um_suite, TensorUMFixture, TA_UT_LABEL_SERIAL)
90+
BOOST_FIXTURE_TEST_SUITE(btas_tensor_um_suite, TensorUMFixture,
91+
TA_UT_LABEL_SERIAL)
9192

9293
BOOST_AUTO_TEST_CASE(default_constructor) {
9394
// check constructor

0 commit comments

Comments
 (0)