Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better integration between CTest and GTest #101

Merged
merged 4 commits into from Apr 23, 2014
Merged

Better integration between CTest and GTest #101

merged 4 commits into from Apr 23, 2014

Conversation

jheretic
Copy link
Member

This pull request implements better integration between CMake's built-in CTest framework and the GoogleTests we use for unit testing. Previously all GTests were run as a single CTest under 'make test', but now they are split out individually for more useful output. Additionally, unit tests are now run by default as part of the build process.

To test:

  1. Create a clean build. You should see the unit tests as part of the build process output.
  2. Run 'make test.' You should see several individual tests run instead of just one test.

jheretic added a commit that referenced this pull request Apr 23, 2014
Better integration between CTest and GTest
@jheretic jheretic merged commit 057608d into master Apr 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant