File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/lib/modules/exp/tests)
34
34
${CMAKE_SOURCE_DIR} /lib/modules/exp/tests/functests/ECSClientRealworldFuncTests.cpp
35
35
${CMAKE_SOURCE_DIR} /lib/modules/exp/tests/functests/ECSConfigCacheFuncTests.cpp
36
36
)
37
+ if (EXISTS ${CMAKE_SOURCE_DIR} /lib/modules/exp/tests/functests/test .json)
38
+ file (COPY_FILE ${CMAKE_SOURCE_DIR} /lib/modules/exp/tests/functests/test .json ${CMAKE_BINARY_DIR} /test .json)
39
+ endif ()
37
40
endif ()
38
41
39
42
source_group (" " REGULAR_EXPRESSION "" )
Original file line number Diff line number Diff line change 461
461
</ItemGroup >
462
462
<Import Project =" $(SolutionDir)\build.props" Condition =" Exists('$(SolutionDir)\build.props')" />
463
463
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
464
- </Project >
464
+ <Target Name =" CopyJson" AfterTargets =" Build" Condition =" exists('$(ProjectDir)..\..\lib\modules\exp\tests\functests\test.json')" >
465
+ <Copy SourceFiles =" $(ProjectDir)..\..\lib\modules\exp\tests\functests\test.json" DestinationFolder =" $(OutDir)" />
466
+ </Target >
467
+ </Project >
You can’t perform that action at this time.
0 commit comments