commit | 358161232cc80d6bd9daf6b0c9fb042d04f41502 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Feb 24 01:49:52 2021 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Fri Feb 26 23:01:50 2021 +0000 |
tree | eb5a0a250245f4486aec814cce285a39a30a7266 | |
parent | 30e3e9d21d3898bc1e97917b4a0428fb696d0804 [diff] [blame] |
Add test fixture support Adds the test fixture support and converts a few tests to exercise the code and show how it works. Bug: 181070625 Test: m nothing Change-Id: I0a2b40fff93b6041f9aa8c4ef0aba91da1bc8bf3
diff --git a/android/android_test.go b/android/android_test.go index 46b7054..68cb705 100644 --- a/android/android_test.go +++ b/android/android_test.go
@@ -44,3 +44,5 @@ os.Exit(run()) } + +var emptyTestFixtureFactory = NewFixtureFactory(&buildDir)