Merge "Patch 1: Unittests for C++ Stack: 1. Seperate directory for C++ unit tests...
authorErich Keane <erich.keane@intel.com>
Thu, 16 Oct 2014 16:33:53 +0000 (09:33 -0700)
committerGerrit Code Review <gerrit@oicreview.vlan14.01.org>
Thu, 16 Oct 2014 16:33:53 +0000 (09:33 -0700)
commit6eeb038a1de06144a2cefcd67999ffbdef21c330
treea4cd391c5f57f541f922fabd5a1811eaeb2e1229
parent4344e185c79dcfb9e3978bbf00cb9344ed17132d
parentd3a5df588c33bfee767934bd2f9259c69211f466
Merge "Patch 1: Unittests for C++ Stack: 1. Seperate directory for C++ unit tests. 2. tests.cpp file contains unit tests. 3. README explaining to create local.properties to indicate the location of gtest. 4. makefile to build unit tests with google testing framework. 5. One good sample unit test demonstrating the use of unit testing. Patch 2: Addressed review comments."