- clone this porject to local enviroment
git clone this_project
- install gtest
sudo apt-get install libgtest-dev
- run the script to get results
cd StateMachine
bash ./run.sh
the unit tests results will show up in terminal
git clone this_project
sudo apt-get install libgtest-dev
cd StateMachine
bash ./run.sh
the unit tests results will show up in terminal