bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Support BUILD_TESTING option to turn off testing #40

Closed dbeer1 closed 5 years ago

dbeer1 commented 5 years ago

Closes #38

Describe your changes Add standard BUILD_TESTING option that allows testing to be turned off. This will also remove the need for gtest if you configure using -DBUILD_TESTING=OFF.

Testing performed Configured with and without -DBUILD_TESTING=OFF