uri-library icon indicating copy to clipboard operation
uri-library copied to clipboard

Use a real test library

Open ben-zen opened this issue 6 years ago • 1 comments

This project should actually use GTest for really testing the code.

ben-zen avatar Nov 23 '19 18:11 ben-zen

@ben-zen With GTest do you mean Googletest? I would set up unit tests with Googletest. Is it acceptable to have a sub directory gtest/? And it is very useful to also use CMake because it supports and manages Googletest very well. I would make a pull request with a first step test environment. What do you think?

ingo-h avatar Oct 03 '25 20:10 ingo-h