Skip to content

Commit

Permalink
Enable all unit tests for Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
brarcher committed Dec 23, 2016
1 parent 5581eaa commit a28381a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ test_script:
- echo Running unit tests...
- if %platform%==msvc nmake test VERBOSE=1 CTEST_OUTPUT_ON_FAILURE=TRUE
- if %platform%==vs ctest --extra-verbose -C Release
# Unit tests on Cygwin currently do not all pass
#- if %platform%==cygwin bash -c "make check || cat tests/test-suite.log && false"
- if %platform%==cygwin bash -c "make check || cat tests/test-suite.log && false"
- if %platform%==mingw32 tests\check_check.exe
- if %platform%==mingw64msys bash -c "tests/check_check"

0 comments on commit a28381a

Please sign in to comment.