Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Usefulness and recommendation for GoogleTest.
  • Loading branch information
eljonny authored Mar 17, 2024
1 parent 34caed0 commit 7c646d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
This is an implementation of a very simple test framework.
It has no dependencies (other than the C++ standard library)
and relies on C++11 features.

The library is most useful for educational projects or small
personal/internal projects, as many features required for
testing more complex projects are not present.
For testing more complex projects I would recommend using
[GoogleTest](https://github.com/google/googletest).

The code is about 380 lines and resulting Debug binary
packages are about 330kb on Linux, while the Release
Expand Down

0 comments on commit 7c646d4

Please sign in to comment.