mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
No EOL
183 B
C++
8 lines
No EOL
183 B
C++
#include <gtest/gtest.h>
|
|
#include <iostream>
|
|
|
|
#include "vnodeMemAllocator.h"
|
|
|
|
TEST(VMATest, basic_create_and_destroy_test) {
|
|
std::cout << "Hello, this is VMA test" << std::endl;
|
|
} |