diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-13 09:42:44 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-13 10:26:30 -0700 |
commit | 98fa23e91bca6d6a67457df056d0cb6cecf12901 (patch) | |
tree | 358591b1c79fec92888f54799c6a10b01a87e2a3 /src/test | |
parent | 486274efa2f919ec61e2208ef82c082f517a4108 (diff) | |
download | wix-98fa23e91bca6d6a67457df056d0cb6cecf12901.tar.gz wix-98fa23e91bca6d6a67457df056d0cb6cecf12901.tar.bz2 wix-98fa23e91bca6d6a67457df056d0cb6cecf12901.zip |
Use simplified command-line parsing and update loading standard backends
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.v3.ncrunchproject | 3 | ||||
-rw-r--r-- | src/test/WixToolsetTest.MSBuild/WixToolsetTest.MSBuild.v3.ncrunchproject | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.v3.ncrunchproject b/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.v3.ncrunchproject index cf22dfa9..f1d03cd7 100644 --- a/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.v3.ncrunchproject +++ b/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.v3.ncrunchproject | |||
@@ -1,5 +1,8 @@ | |||
1 | <ProjectConfiguration> | 1 | <ProjectConfiguration> |
2 | <Settings> | 2 | <Settings> |
3 | <HiddenComponentWarnings /> | 3 | <HiddenComponentWarnings /> |
4 | <IgnoredTests> | ||
5 | <AllTestsSelector /> | ||
6 | </IgnoredTests> | ||
4 | </Settings> | 7 | </Settings> |
5 | </ProjectConfiguration> \ No newline at end of file | 8 | </ProjectConfiguration> \ No newline at end of file |
diff --git a/src/test/WixToolsetTest.MSBuild/WixToolsetTest.MSBuild.v3.ncrunchproject b/src/test/WixToolsetTest.MSBuild/WixToolsetTest.MSBuild.v3.ncrunchproject index cf22dfa9..f1d03cd7 100644 --- a/src/test/WixToolsetTest.MSBuild/WixToolsetTest.MSBuild.v3.ncrunchproject +++ b/src/test/WixToolsetTest.MSBuild/WixToolsetTest.MSBuild.v3.ncrunchproject | |||
@@ -1,5 +1,8 @@ | |||
1 | <ProjectConfiguration> | 1 | <ProjectConfiguration> |
2 | <Settings> | 2 | <Settings> |
3 | <HiddenComponentWarnings /> | 3 | <HiddenComponentWarnings /> |
4 | <IgnoredTests> | ||
5 | <AllTestsSelector /> | ||
6 | </IgnoredTests> | ||
4 | </Settings> | 7 | </Settings> |
5 | </ProjectConfiguration> \ No newline at end of file | 8 | </ProjectConfiguration> \ No newline at end of file |