Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run_tests.h « build_style « qt - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3e721b80785113bba8f734bdff96bb55dcd3d03 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <QString>

#include <utility>

namespace build_style
{
std::pair<bool, QString> RunCurrentStyleTests();
} // namespace build_style