Implemented a simple fibonacci program and wrote test cases using Google Test framework for C++
Make sure to set the path variables appropriately in the Makefile. GoogleTest can be found here : https://github.com/google/googletest
To compile: make
To run: ./fibtest