Testing Environment
=======================

This set of tests is based on Google Test C++ environment 
https://github.com/google/googletest

HOWTO
------------------------
1. Compile the tests:
   make -C tests/gtest
2. Launch tests by issuing:
   tests/gtest/gtest

