diff --git a/build/VStudio/installer/Product.wxs b/build/VStudio/installer/Product.wxs index c8ea5e16..bc59a973 100644 --- a/build/VStudio/installer/Product.wxs +++ b/build/VStudio/installer/Product.wxs @@ -208,6 +208,9 @@ + + + @@ -278,6 +281,20 @@ + + + + + + + + + + + + + + @@ -357,6 +374,7 @@ + @@ -378,6 +396,10 @@ + + + + diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 23dafa52..2598f485 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -60,6 +60,8 @@ set opt_tests=^ ifstest-memfs-x86-disk ^ sample-passthrough-x64 ^ sample-passthrough-x86 ^ + sample-passthrough-cpp-x64 ^ + sample-passthrough-cpp-x86 ^ sample-passthrough-fuse-x64 ^ sample-passthrough-fuse-x86 @@ -491,6 +493,16 @@ call :__sample-passthrough x86 if !ERRORLEVEL! neq 0 goto fail exit /b 0 +:sample-passthrough-cpp-x64 +call :__sample-passthrough cpp-x64 +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + +:sample-passthrough-cpp-x86 +call :__sample-passthrough cpp-x86 +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + :__sample-passthrough set SamplePassthroughExit=0 call %ProjRoot%\tools\build-sample %Configuration% %1 passthrough "%TMP%\passthrough-%1"