Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -frtti for tests that use mocking
The tests now use mocked methods. This requires runtime type information for those test classes. google/googletest#610 This has been fixed recently upstream in googletest. Until we pick up that fix, add -frtti for the the test executable only.
- Loading branch information