test: add test case for cache and fix some issue
This commit is contained in:
@@ -30,7 +30,7 @@ class Perf : public ::testing::Test
|
||||
virtual void TearDown() {}
|
||||
};
|
||||
|
||||
TEST(Perf, no_speed_check)
|
||||
TEST_F(Perf, no_speed_check)
|
||||
{
|
||||
smartdns::MockServer server_upstream;
|
||||
smartdns::Server server;
|
||||
|
||||
Reference in New Issue
Block a user