tree: 9ac05d8eb143cfaef110c92572dffaa347a25358 [path history] [tgz]
  1. BUILD.gn
  2. main.go
  3. main_test.go
  4. OWNERS
  5. README.md
tools/golden-util/README.md

golden-util

golden-util is a utility for golden testing. It does two things:

  • Test: Check that goldens in the source tree match newly generated files.
  • Regen: Overwrite goldens in the source tree with newly generated files.

It is used by //build/testing/golden_test.gni.