mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
11 lines
No EOL
307 B
C++
11 lines
No EOL
307 B
C++
#include <iostream>
|
|
|
|
#include "gtest/gtest.h"
|
|
|
|
#include "tmsg.h"
|
|
|
|
TEST(td_msg_test, simple_msg_test) {
|
|
// std::cout << TMSG_INFO(TDMT_VND_DROP_TABLE) << std::endl;
|
|
// std::cout << TMSG_INFO(TDMT_MND_DROP_SUPER_TABLE) << std::endl;
|
|
// std::cout << TMSG_INFO(TDMT_MND_CREATE_SUPER_TABLE) << std::endl;
|
|
} |