Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from spectre-team/hotfix/reenable-tests
Browse files Browse the repository at this point in the history
Reenable tests
  • Loading branch information
gmrukwa authored Jan 24, 2018
2 parents 3b3bb46 + e99bd26 commit 272d470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_native_code.bat
Original file line number Diff line number Diff line change
@@ -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)...

Expand Down

0 comments on commit 272d470

Please sign in to comment.