milvus/cpp/unittest/log/log_tests.cpp
jinhai 1a1ba0434b Add cpp source code
Former-commit-id: d2df17911de6634f70dfa812211d0a6f52aadb18
2019-04-12 20:58:45 +08:00

11 lines
430 B
C++

////////////////////////////////////////////////////////////////////////////////
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
// Unauthorized copying of this file, via any medium is strictly prohibited.
// Proprietary and confidential.
////////////////////////////////////////////////////////////////////////////////
#include <gtest/gtest.h>
TEST(LOG_TESTS, INIT_TEST) {
ASSERT_EQ(true);
}