Add -frtti for tests that use mocking
authorDavid Neto <dneto@google.com>
Tue, 1 Dec 2015 15:01:33 +0000 (10:01 -0500)
committerDavid Neto <dneto@google.com>
Tue, 1 Dec 2015 15:01:33 +0000 (10:01 -0500)
commitbdc50b5d6239a7709b855312d644529dc273fb70
tree058d8dd9b991667ca7a88fb14b88b72751cdea89
parent15aebef8a0bf531bc0d1ef8193dc4c4a8efcfead
Add -frtti for tests that use mocking

The tests now use mocked methods.  This requires runtime type
information for those test classes.
https://github.com/google/googletest/issues/610

This has been fixed recently upstream in googletest.  Until we pick
up that fix, add -frtti for the the test executable only.
CMakeLists.txt