<p>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.</p>

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

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/opentechinstitute/commotiond cmaketests</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/opentechinstitute/commotiond/pull/101'>https://github.com/opentechinstitute/commotiond/pull/101</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Modify CMake configuration for unit tests for better CTest integration, running of GTest as part of default build.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/commotiond/pull/101/files#diff-0">tests/CMakeLists.txt</a>
    (16)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/opentechinstitute/commotiond/pull/101.patch'>https://github.com/opentechinstitute/commotiond/pull/101.patch</a></li>
  <li><a href='https://github.com/opentechinstitute/commotiond/pull/101.diff'>https://github.com/opentechinstitute/commotiond/pull/101.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/commotiond/pull/101'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMzg5NzMyOCwiZGF0YSI6eyJpZCI6MzA2NDI2NjV9fQ==--0ea68650c94f46168300eb2ac078f07bea792c70.gif' height='1' width='1'></p>