terminal/src/host/ft_integrity/testmd.definition
Michael Niksa b4673bd475 Integrate inbox changes up to 68d3b53286dd
sources files and testmd changes

(cherry picked from commit 41b3b2a49d2d4510cd046101616f8a561bd28ceb)
2019-12-02 17:24:26 -08:00

27 lines
736 B
Plaintext

{
"$schema": "http://universaltest/schema/testmddefinition-5.json",
"Package": {
"ComponentName": "Console",
"SubComponentName": "Host-IntegrityTests"
},
"Execution": {
"Type": "TAEF",
"Parameter": ""
},
"Dependencies": {
"Files": [
{
"SourcePath": "$(OSDEPENDSROOT)\\Microsoft.VCLibs\\appx\\$(CoffeeDir)\\Microsoft.VCLibs.$(CoffeeArch).14.00.appx",
"DestinationFolderPath": "$$(TEST_DEPLOY_BIN)"
}
],
"RemoteFiles": [],
"Packages": [
"Microsoft.AppModel.TestAreaLibrary.FunctionalTests.Native",
"Microsoft.Console.Tools.ConIntegrity",
"Microsoft.Console.Tools.ConIntegrityUWP"
]
},
"Logs": [],
"Plugins": []
}