installer: add winfsp.hpp and passthrough-cpp

This commit is contained in:
Bill Zissimopoulos
2017-03-27 20:15:52 -07:00
parent 9657ae31c3
commit ddb3698c89
2 changed files with 34 additions and 0 deletions

View File

@ -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"