commit | 9706cbc1e9462984a520881032b9610d43fe0e41 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Apr 15 22:43:48 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Apr 16 13:20:02 2021 +0900 |
tree | c6afd1d7139860b14697f997443aaa01b5e3cafd | |
parent | 5b94c8c00748620761793a689e79717eefe574f9 [diff] [blame] |
Add filesystem_test.go It has only one test function as a starting point. Bug: n/a Test: m (soong tests) Change-Id: I785b096805014a40dfd600f7baaf884f4016c23c
diff --git a/filesystem/Android.bp b/filesystem/Android.bp index 791019d..3cdaa64 100644 --- a/filesystem/Android.bp +++ b/filesystem/Android.bp
@@ -15,8 +15,10 @@ "filesystem.go", "logical_partition.go", "vbmeta.go", + "testing.go", ], testSrcs: [ + "filesystem_test.go", ], pluginFor: ["soong_build"], }