diff options
author | 2019-06-08 21:59:42 -0700 | |
---|---|---|
committer | 2019-06-12 21:30:56 -0700 | |
commit | dde49cb687796e38f01e649c5f9dd515db8a2f69 (patch) | |
tree | d927adc246beab24cc4f64b37e08f1b1fd175142 /ui/terminal/Android.bp | |
parent | e51e2feafdf7dbb84d41850237dd4858b98d93f2 (diff) |
Add tests for status output
Test: status_test.go
Change-Id: If3febd8fdacb0e70716d0520a41c982bd6474720
Diffstat (limited to 'ui/terminal/Android.bp')
-rw-r--r-- | ui/terminal/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/terminal/Android.bp b/ui/terminal/Android.bp index 7104a5047..cf6cf0a30 100644 --- a/ui/terminal/Android.bp +++ b/ui/terminal/Android.bp @@ -22,6 +22,7 @@ bootstrap_go_package { "util.go", ], testSrcs: [ + "status_test.go", "util_test.go", ], darwin: { |