diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-28 18:41:14 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-03-01 11:37:00 -0600 |
commit | 3f658fa2b4bd80619fcf89e1e87ae12b48effb7a (patch) | |
tree | e10e352d4e5197f6dba708f098a7588ef55b78f4 /src/burn/burn.cmd | |
parent | 7e61f48f6be0849cb0c0da796ec77603c14532e5 (diff) | |
download | wix-3f658fa2b4bd80619fcf89e1e87ae12b48effb7a.tar.gz wix-3f658fa2b4bd80619fcf89e1e87ae12b48effb7a.tar.bz2 wix-3f658fa2b4bd80619fcf89e1e87ae12b48effb7a.zip |
Fix and run Burn 64-bit unit tests.
Diffstat (limited to 'src/burn/burn.cmd')
-rw-r--r-- | src/burn/burn.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/burn.cmd b/src/burn/burn.cmd index bd872bad..60640b08 100644 --- a/src/burn/burn.cmd +++ b/src/burn/burn.cmd | |||
@@ -15,7 +15,8 @@ nuget restore || exit /b | |||
15 | 15 | ||
16 | msbuild burn_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\burn_build.binlog || exit /b | 16 | msbuild burn_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\burn_build.binlog || exit /b |
17 | 17 | ||
18 | msbuild test\BurnUnitTest -t:Test -p:Configuration=%_C% -nologo -p:CppCliTestResultsFile="%_L%\TestResults\BurnUnitTest.xunit2.xml" || exit /b | 18 | msbuild test\BurnUnitTest -t:Test -p:Configuration=%_C% -p:Platform=Win32 -nologo -p:CppCliTestResultsFile="%_L%\TestResults\BurnUnitTest32.xunit2.xml" || exit /b |
19 | msbuild test\BurnUnitTest -t:Test -p:Configuration=%_C% -p:Platform=x64 -nologo -p:CppCliTestResultsFile="%_L%\TestResults\BurnUnitTest64.xunit2.xml" || exit /b | ||
19 | 20 | ||
20 | @popd | 21 | @popd |
21 | @endlocal | 22 | @endlocal |