File: README.md

package info (click to toggle)
golang-github-lyft-protoc-gen-star 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 940 kB
  • sloc: makefile: 145
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# AST Graph Test Data

This directory contains various test proto file sets for black-box testing of the AST gatherer `graph`.

Proto files are preprocessed to their descriptors, imported directly into the `ast_test.go` tests, and unmarshaled as a  `DescriptorFileSet`.

## To Generate

From the project root:

```sh
make testdata-graph
```