mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
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
|