FX 添加测试

将 GN 标签添加到 args.gn 并重新生成

usage: fx add-test //foo/bar //foo/baz

Adds the labels to `developer_test_labels` and regen.
This is useful when `fx test` tells you to add a target to the build,
but you have some custom args set in `args.gn`, so do not want to run
`fx set` to overwrite those args.

添加测试源代码