Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80f53db3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add SystemConfigTest to presubmit"

parents a8a57fab 7b44e147
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.server.systemconfig;

import static org.junit.Assert.assertEquals;

import android.platform.test.annotations.Presubmit;
import android.util.ArrayMap;
import android.util.ArraySet;
import android.util.Log;
@@ -48,8 +49,9 @@ import java.util.Set;
 * Build/Install/Run:
 *  atest FrameworksServicesTests:SystemConfigTest
 */
@RunWith(AndroidJUnit4.class)
@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class SystemConfigTest {
    private static final String LOG_TAG = "SystemConfigTest";