From 4aeba20b08767aab9a43dd865f91fcf41ce1d209 Mon Sep 17 00:00:00 2001 From: lucylq Date: Thu, 13 Feb 2025 10:21:52 -0800 Subject: [PATCH] Remove FlatTensor from OSSTestConfig.json --- extension/flat_tensor/serialize/CMakeLists.txt | 2 +- extension/flat_tensor/test/CMakeLists.txt | 1 - test/utils/OSSTestConfig.json | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/extension/flat_tensor/serialize/CMakeLists.txt b/extension/flat_tensor/serialize/CMakeLists.txt index d8541b95cf3..f1278c804db 100644 --- a/extension/flat_tensor/serialize/CMakeLists.txt +++ b/extension/flat_tensor/serialize/CMakeLists.txt @@ -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 # ~~~ diff --git a/extension/flat_tensor/test/CMakeLists.txt b/extension/flat_tensor/test/CMakeLists.txt index f234a96f609..92993be5635 100644 --- a/extension/flat_tensor/test/CMakeLists.txt +++ b/extension/flat_tensor/test/CMakeLists.txt @@ -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 # ~~~ diff --git a/test/utils/OSSTestConfig.json b/test/utils/OSSTestConfig.json index 5d53a72f6ae..2229b255401 100644 --- a/test/utils/OSSTestConfig.json +++ b/test/utils/OSSTestConfig.json @@ -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": [