8 lines
213 B
C++
8 lines
213 B
C++
|
|
#include "storage/storage_integration_tests/test_defines.hpp"
|
||
|
|
|
||
|
|
namespace storage
|
||
|
|
{
|
||
|
|
std::string const kMapTestDir = "map-tests";
|
||
|
|
std::string const kTestWebServer = "https://cdn.comaps.app";
|
||
|
|
} // namespace storage
|