diff --git a/appveyor.yml b/appveyor.yml index cce5ba08..ae6832f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: configuration: - Debug - Release -version: 3.5.1.{build} +version: 3.5.2.{build} init: - cmd: echo Project - %APPVEYOR_PROJECT_NAME% diff --git a/scripts/test_native_code.bat b/scripts/test_native_code.bat index d8b1b5ce..9f69de70 100644 --- a/scripts/test_native_code.bat +++ b/scripts/test_native_code.bat @@ -1,7 +1,7 @@ @echo off setlocal EnableDelayedExpansion echo Test discovery started... -dir C:\projects\native-algorithms\%PLATFORM%\%CONFIGURATION%\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt +dir C:\projects\native-algorithms\src\%PLATFORM%\%CONFIGURATION%\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)...