diff options
author | Nikita Ioffe <ioffe@google.com> | 2020-04-24 15:22:41 +0100 |
---|---|---|
committer | Nikita Ioffe <ioffe@google.com> | 2020-04-24 15:23:44 +0100 |
commit | ad94bcc4d68160c384dfcb07dfecb379ba1e0658 (patch) | |
tree | 11e024cbe9a1d3b0dbfea0684e51633ac5f7cbf5 /apexd/apex_database_test.cpp | |
parent | f39b81b6d1716f3afde1c9f09e2a794b1de9ab08 (diff) |
Combine all apex tests in ApexTestCases
A small refactoring that will simplify my next change to get rid of
kDebugAllowBundledKey.
Test: atest ApexTestCases
Bug: 154908224
Change-Id: Ibb7fdfd8da959089ae30dbe2283d5e11d643c89c
Diffstat (limited to 'apexd/apex_database_test.cpp')
-rw-r--r-- | apexd/apex_database_test.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apexd/apex_database_test.cpp b/apexd/apex_database_test.cpp index fce3c20..522619f 100644 --- a/apexd/apex_database_test.cpp +++ b/apexd/apex_database_test.cpp @@ -258,9 +258,3 @@ TEST(MountedApexDataTest, NoDuplicateDm) { } // namespace } // namespace apex } // namespace android - -int main(int argc, char** argv) { - android::base::InitLogging(argv, &android::base::StderrLogger); - ::testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} |