mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
No EOL
144 B
C++
8 lines
No EOL
144 B
C++
#include <gtest/gtest.h>
|
|
#include <iostream>
|
|
|
|
#include "meta.h"
|
|
|
|
TEST(MetaTest, meta_open_test) {
|
|
std::cout << "Hello META!" << std::endl;
|
|
} |