Files
comaps/libs/storage/storage_integration_tests/test_defines.cpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

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