blob: 5c454e1d299005d06e8b3d5b9331e03f27c290d5 (
plain) (
blame)
1
2
3
|
# Glue for `GTEST` macro
Provides `main` function. This library is automatically linked into any test binary that uses `GTEST`. This way, you don't have to implement `main` yourself every time you write a test target.
|