11 lines
		
	
	
		
			307 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			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;
 | |
| } |