forked from organicmaps/organicmaps
[generator][tests] Rename tests to allow single test selection with --filter.
This commit is contained in:
parent
0600d58f69
commit
d65860b938
1 changed files with 3 additions and 3 deletions
|
@ -462,12 +462,12 @@ UNIT_CLASS_TEST(FeatureIntegrationTests, BuildCoasts)
|
|||
FeatureIntegrationTests::BuildCoasts();
|
||||
}
|
||||
|
||||
UNIT_CLASS_TEST(FeatureIntegrationTests, BuildWorld)
|
||||
UNIT_CLASS_TEST(FeatureIntegrationTests, BuildWorldMultithread)
|
||||
{
|
||||
FeatureIntegrationTests::BuildWorld();
|
||||
}
|
||||
|
||||
UNIT_CLASS_TEST(FeatureIntegrationTests, BuildCountries)
|
||||
UNIT_CLASS_TEST(FeatureIntegrationTests, BuildCountriesMultithread)
|
||||
{
|
||||
FeatureIntegrationTests::BuildCountries();
|
||||
}
|
||||
|
@ -482,7 +482,7 @@ UNIT_CLASS_TEST(FeatureIntegrationTests, CheckMixedTagsAndNodes)
|
|||
FeatureIntegrationTests::CheckMixedTagsAndNodes();
|
||||
}
|
||||
|
||||
UNIT_CLASS_TEST(FeatureIntegrationTests, CheckGeneratedData)
|
||||
UNIT_CLASS_TEST(FeatureIntegrationTests, CheckGeneratedDataMultithread)
|
||||
{
|
||||
FeatureIntegrationTests::CheckGeneratedData();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue