summaryrefslogtreecommitdiff
path: root/apexd/apex_database_test.cpp
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2020-04-24 15:22:41 +0100
committerNikita Ioffe <ioffe@google.com>2020-04-24 15:23:44 +0100
commitad94bcc4d68160c384dfcb07dfecb379ba1e0658 (patch)
tree11e024cbe9a1d3b0dbfea0684e51633ac5f7cbf5 /apexd/apex_database_test.cpp
parentf39b81b6d1716f3afde1c9f09e2a794b1de9ab08 (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.cpp6
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();
-}