Changes between Version 68 and Version 69 of HLKTesting


Ignore:
Timestamp:
07/05/19 09:03:38 (5 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HLKTesting

    v68 v69  
    283283Note that you need to "cd" to the "src" directory. You also need to provide the full path to the vcxproj file. The SDV tests will take quite a bit of time so don't wait holding your breath.
    284284
    285 Once they pass you need to merge the results of SDV and codeanalysis. You can do this from Visual Studio 2019 from the "Extensions" -> "Driver" menu. The end result is a file called ''tap0901.DVL.XML'', which you should copy to ''C:\DVL'' on one of the HLK clients, after which the Static Tools Logo Test should pass.
     285Once they pass you need to merge the results of SDV and codeanalysis. You can do this from Visual Studio 2019 from the "Extensions" -> "Driver" menu, or using the command-line:
     286
     287{{{
     288cd tap-windows6\src
     289$ msbuild tap-windows6.vcxproj /target:DVL /p:Configuration=Release;Platform=x64
     290}}}
     291
     292The end result is a file called ''tap0901.DVL.XML'', which you should copy to ''C:\DVL'' on one of the HLK clients, after which the Static Tools Logo Test should pass.
    286293
    287294= Various known issues =