Update _generated link

This commit is contained in:
Carl Pearson
2025-09-05 06:11:31 -06:00
committed by Carl Pearson
parent a6f644cd0d
commit cc28b96b80

View File

@@ -6,7 +6,7 @@
Google [removed support](https://github.com/google/googletest/commit/47f819c3) for generating a single-file googletest with version 1.12.
This repository provides unofficial fused versions for releases after 1.11.
1. Download the version you want from [`_generated`](https://github.com/cwpearson/gtest-fuser/tree/master/_generated)
1. Download the version you want from [`_generated`](https://git.carlpearson.net/cwpearson/fused-gtest/src/branch/master/_generated)
2. Provide your own main function, something like this:
```bash