Update version and add tests for Privacy Guard
This commit is contained in:
Родитель
416672420e
Коммит
dfd8b19053
|
@ -6,8 +6,8 @@
|
|||
#define MAT_VERSION_HPP
|
||||
// WARNING: DO NOT MODIFY THIS FILE!
|
||||
// This file has been automatically generated, manual changes will be lost.
|
||||
#define BUILD_VERSION_STR "3.8.249.1"
|
||||
#define BUILD_VERSION 3,8,249,1
|
||||
#define BUILD_VERSION_STR "3.8.320.1"
|
||||
#define BUILD_VERSION 3,8,320,1
|
||||
|
||||
#ifndef RESOURCE_COMPILER_INVOKED
|
||||
#include "ctmacros.hpp"
|
||||
|
@ -18,7 +18,7 @@ namespace MAT_NS_BEGIN {
|
|||
uint64_t const Version =
|
||||
((uint64_t)3 << 48) |
|
||||
((uint64_t)8 << 32) |
|
||||
((uint64_t)249 << 16) |
|
||||
((uint64_t)320 << 16) |
|
||||
((uint64_t)1);
|
||||
|
||||
} MAT_NS_END
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1a97d3e5593e74806d7e7fcbd8c25ca77a3967d8
|
||||
Subproject commit 1b36eefc40c641ebebf5cfc91d15f31c6042fefb
|
|
@ -481,8 +481,11 @@
|
|||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\exp\tests\unittests\ECSClientUtilsTests.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="exists('$(ProjectDir)..\..\lib\modules\privacyguard')">
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\PrivacyGuardTests.cpp" />
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\SystematicSamplerTests.cpp" />
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\InitializationConfigurationTests.cpp" />
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\PrivacyConcernEventTests.cpp" />
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\PrivacyConcernMetadataProviderTests.cpp" />
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\PrivacyGuardTests.cpp" />
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\privacyguard\tests\unittests\SystematicSamplerTests.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="exists('$(ProjectDir)..\..\lib\modules\dataviewer')">
|
||||
<ClCompile Include="$(ProjectDir)..\..\lib\modules\dataviewer\tests\unittests\DefaultDataViewerTests.cpp" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче