Skip to content

Commit

Permalink
テストの作成時にターゲットを指定して使用していない gmock, gmock_main のビルドを省略する。
Browse files Browse the repository at this point in the history
  • Loading branch information
ds14050 committed Nov 20, 2018
1 parent 9851186 commit 78f9372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-project.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if not exist "googletest\CMakeLists.txt" (
)
popd

cmake --build "%BUILDDIR%" --config %configuration% ^
cmake --build "%BUILDDIR%" --config %configuration% --target tests1 ^
|| (echo ERROR & exit /b 1)

exit /b 0
Expand Down

0 comments on commit 78f9372

Please sign in to comment.