File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 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)
3434 ${CMAKE_SOURCE_DIR} /lib/modules/exp/tests/functests/ECSClientRealworldFuncTests.cpp
3535 ${CMAKE_SOURCE_DIR} /lib/modules/exp/tests/functests/ECSConfigCacheFuncTests.cpp
3636 )
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 ()
3740endif ()
3841
3942source_group (" " REGULAR_EXPRESSION "" )
Original file line number Diff line number Diff line change 461461 </ItemGroup >
462462 <Import Project =" $(SolutionDir)\build.props" Condition =" Exists('$(SolutionDir)\build.props')" />
463463 <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