mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
10 lines
No EOL
183 B
C++
10 lines
No EOL
183 B
C++
#include "gtest/gtest.h"
|
|
|
|
#include "iostream"
|
|
|
|
#include "tDiskMgr.h"
|
|
|
|
TEST(tDiskMgrTest, simple_test) {
|
|
// TODO
|
|
std::cout << "This is in tDiskMgrTest::simple_test" << std::endl;
|
|
} |