1# BetterTLS Test Suite 2 3Generated using the Netflix [bettertls] project. 4 5[bettertls]: https://github.com/Netflix/bettertls 6 7## Pathbuilding 8 9To regenerate pathbuilding test data: 10 111. Install Go 122. Generate the JSON testdata export for the path building suite: 13 14```bash 15GOBIN=$PWD go install github.com/Netflix/bettertls/test-suites/cmd/bettertls@latest 16./bettertls export-tests --suite pathbuilding --out ./pathbuilding.tests.json 17``` 18