]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/script/scriptest: add new apis for tool test use
authorThan McIntosh <thanm@google.com>
Thu, 25 Jul 2024 17:15:35 +0000 (17:15 +0000)
committerThan McIntosh <thanm@google.com>
Mon, 29 Jul 2024 16:13:04 +0000 (16:13 +0000)
commit0d8aa5737ecdc03b2723a2af35cb7394335e5411
tree91e075eec22ec01378f117a17c454f97ad93f71d
parent32b55eda5e6956e7ee2f913ae79e1e2a3414c9ed
cmd/internal/script/scriptest: add new apis for tool test use

Add top level apis to provide a general-purpose "script test" runner
for clients within cmd, e.g. tools such as compile, link, nm, and so
on. This patch doesn't add any uses of the new apis, this will
happen in follow-on CLs.

Updates #68606.

Change-Id: Ib7200a75d4dc7dc50897628f1a6269937be15a76
Reviewed-on: https://go-review.googlesource.com/c/go/+/601359
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/script/scripttest/doc.go [new file with mode: 0644]
src/cmd/internal/script/scripttest/run.go [new file with mode: 0644]
src/cmd/internal/script/scripttest/setup.go [new file with mode: 0644]