wok-current annotate gtest/description.txt @ rev 24975
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 02 16:22:04 2022 +0000 (2022-05-02) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24631 | 1 Googletest helps you write better C++ tests. |
Hans-G?nter@24631 | 2 |
Hans-G?nter@24631 | 3 Googletest is a testing framework developed by the Testing Technology |
Hans-G?nter@24631 | 4 team with Google's specific requirements and constraints in mind. |
Hans-G?nter@24631 | 5 Whether you work on Linux, Windows, or a Mac, if you write C++ code, |
Hans-G?nter@24631 | 6 googletest can help you. |
Hans-G?nter@24631 | 7 And it supports any kind of tests, not just unit tests. |