tree: 03f0e26b39d63da52820eaa1d0a0d984d522be67 [path history] [tgz]
  1. BUILD.gn
  2. main.go
  3. OWNERS
  4. 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.