tinverse / tsm

A Typed Hierarchical State Machine Framework in C++

Home Page:https://tinverse.github.io/tsm/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace GTest with Catch2 unit testing framework

dibsonmuad opened this issue · comments

After researching ways of reducing dependencies on 3rd party libraries, I decided to replace gtest with catch2, which is a header only c++ library. This makes integration easier and hopefully with make tsm more accessible on windows platform as well. The user will not have to deal with gtest shared/static library issues.

GTest has been replaced with Catch2. CMake is no longer needed to use tsm.

Thank you very much for your work!!

DJuego