co-maps/libs/storage/storage_integration_tests/test_defines.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
156 B
C++
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
#pragma once
#include <string>
namespace storage
{
extern std::string const kMapTestDir;
extern std::string const kTestWebServer;
} // namespace storage