Skip to content

Commit

Permalink
Remove FlatTensor from OSSTestConfig.json (#8472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucylq authored Feb 13, 2025
1 parent 0dfd1c0 commit caeb1ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion extension/flat_tensor/serialize/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# Flatbuffer schema header lib. Please this file formatted by running:
# Flatbuffer schema header lib. Please keep this file formatted by running:
# ~~~
# cmake-format -i CMakeLists.txt
# ~~~
Expand Down
1 change: 0 additions & 1 deletion extension/flat_tensor/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# @generated by test/utils/generate_gtest_cmakelists.py
#
# This file should be formatted with
# ~~~
Expand Down
7 changes: 0 additions & 7 deletions test/utils/OSSTestConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
"../print_evalue.cpp"
]
},
{
"directory": "extension/flat_tensor/test",
"sources": [
"flat_tensor_data_map_test.cpp",
"flat_tensor_header_test.cpp"
]
},
{
"directory": "extension/kernel_util/test",
"sources": [
Expand Down

0 comments on commit caeb1ec

Please sign in to comment.