TommyKaneko / Sketchup-API-C-Wrapper

A complete set of C++ Wrapper classes for SketchUp C API objects
MIT License
28 stars 8 forks source link

Test units - GoogleTest #31

Open thomthom opened 6 years ago

thomthom commented 6 years ago

I got the base for test units with GoogleTest working:

image

Current dev branch is here: https://github.com/thomthom/Sketchup-API-C-Wrapper/tree/dev-vs-project

Though it required me to move files around to allow for test project files. I'll write up a summary later on - then you can all evaluate it.