OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Add Google Mock on Travis #229

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

This adds support for using the older google-mock Apt package on Ubuntu 14.04. This package contains both Google Mock and Google Test.

The newer libgtest-dev package can continue to be used on newer distributions (Ubuntu 16.04, 18.04). This package also contains both Google Test and Google Mock, and in a more standard layout. Unfortunately this newer package does not exist on Ubuntu 14.04, which TravisCI still uses.

DanRStevens commented 5 years ago

Tests are passing, and this is a Linux only change. I'm going to go ahead and merge.