TDengine/source/common/test/tmsgTest.cpp

11 lines
307 B
C++
Raw Normal View History

2021-12-24 07:00:51 +00:00
#include <iostream>
#include <gtest/gtest.h>
2021-12-24 07:00:51 +00:00
#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;
}