aboutsummaryrefslogtreecommitdiff
path: root/pw_cli
diff options
context:
space:
mode:
authorAlexei Frolov <frolv@google.com>2019-12-23 13:33:59 -0800
committerCQ Bot Account <commit-bot@chromium.org>2019-12-26 18:38:24 +0000
commit300dcea444f00c987fc1e6b40c8a3b52c984c68a (patch)
tree7223a7f2ec8c3a17556d992bea93ac7b5bc492b3 /pw_cli
parentdef1471ede561ac97e7613a6813ab5e1f7cf081e (diff)
downloadpigweed-300dcea444f00c987fc1e6b40c8a3b52c984c68a.tar.gz
pw_test_server -> pw_target_runner
This change renames the pw_test_server module to pw_target_runner and integrates it into the GN build using the new Go templates. The module is updated to match the GOPATH structure under its go/ directory, and its protos are moved into the module protos directory. Additionally, the simple server and client are split into two separate programs instead of combining them into one. Change-Id: I44adeca0989dc7e15cb1a169a6ce183139dde2ce
Diffstat (limited to 'pw_cli')
-rwxr-xr-xpw_cli/py/pw_cli/watch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_cli/py/pw_cli/watch.py b/pw_cli/py/pw_cli/watch.py
index 5e1d9cb6b..315470825 100755
--- a/pw_cli/py/pw_cli/watch.py
+++ b/pw_cli/py/pw_cli/watch.py
@@ -229,6 +229,7 @@ _WATCH_PATTERNS = (
'*.cc',
'*.gn',
'*.gni',
+ '*.go',
'*.h',
'*.ld',
'*.proto',