Expand description
This is an integration test for the gn_json
crate, ensuring that it is
able to parse the gn desc
output from the in-tree GN implementation.
The general shape of the test is:
-
Execute GN on a minimal fake build setup, generating json output, so that we have a controlled set of inputs to work with, generating
-
Read in the json produced.
-
Run the various tests.
Structs
Functions
main 🔒