# Copyright (c) 2021 vesoft inc. All rights reserved.
#
# This source code is licensed under Apache 2.0 License.

nebula_add_test(
   NAME
       meta_http_replace_test
   SOURCES
       MetaHttpReplaceHandlerTest.cpp
   OBJECTS
       $<TARGET_OBJECTS:storage_http_handler>
       $<TARGET_OBJECTS:meta_http_handler>
       ${meta_test_deps}
   LIBRARIES
       ${ROCKSDB_LIBRARIES}
       ${THRIFT_LIBRARIES}
       ${PROXYGEN_LIBRARIES}
       wangle
       gtest
       curl
)
