Skip to content

Commit caeb1ec

Browse files
authored
Remove FlatTensor from OSSTestConfig.json (#8472)
1 parent 0dfd1c0 commit caeb1ec

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

extension/flat_tensor/serialize/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# Flatbuffer schema header lib. Please this file formatted by running:
7+
# Flatbuffer schema header lib. Please keep this file formatted by running:
88
# ~~~
99
# cmake-format -i CMakeLists.txt
1010
# ~~~

extension/flat_tensor/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# @generated by test/utils/generate_gtest_cmakelists.py
87
#
98
# This file should be formatted with
109
# ~~~

test/utils/OSSTestConfig.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"../print_evalue.cpp"
1919
]
2020
},
21-
{
22-
"directory": "extension/flat_tensor/test",
23-
"sources": [
24-
"flat_tensor_data_map_test.cpp",
25-
"flat_tensor_header_test.cpp"
26-
]
27-
},
2821
{
2922
"directory": "extension/kernel_util/test",
3023
"sources": [

0 commit comments

Comments
 (0)