aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-12-19 12:13:43 -0800
committerRob Mensching <rob@firegiant.com>2021-12-30 12:51:23 -0800
commita63024bb9c9bf431ab20b5653ae605503147aeec (patch)
tree7d3bf3103ae2b985b598afcb823fe91df9707a93 /src/test/test.cmd
parent0aee408e0b07b92d90ede67800616f7f278a3dc4 (diff)
downloadwix-a63024bb9c9bf431ab20b5653ae605503147aeec.tar.gz
wix-a63024bb9c9bf431ab20b5653ae605503147aeec.tar.bz2
wix-a63024bb9c9bf431ab20b5653ae605503147aeec.zip
Integration tests for wixproj Sdk-style builds
Diffstat (limited to 'src/test/test.cmd')
-rw-r--r--src/test/test.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/test.cmd b/src/test/test.cmd
index 45df99bc..a4103f03 100644
--- a/src/test/test.cmd
+++ b/src/test/test.cmd
@@ -10,7 +10,9 @@
10@if not "%RuntimeTestsEnabled%"=="true" echo Build integration tests %_C% 10@if not "%RuntimeTestsEnabled%"=="true" echo Build integration tests %_C%
11@if "%RuntimeTestsEnabled%"=="true" set _T=test&echo Run integration tests %_C% 11@if "%RuntimeTestsEnabled%"=="true" set _T=test&echo Run integration tests %_C%
12 12
13@call burn\test_burn.cmd %_C% %_T% 13@call burn\test_burn.cmd %_C% %_T% || exit /b
14
15dotnet test wix -c %_C% --nologo -v m || exit /b
14 16
15@popd 17@popd
16@endlocal 18@endlocal