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

Commit 7a9a4eca authored by John Reck's avatar John Reck
Browse files

Merge & fix package names

Merge core, graphics, and misc into one
test suite as the split is unneccessary.

Also cleans up package names

Change-Id: I82da6cd69b3a52c63770465780ac98628af334ca
parent c148ba90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="android.core.perftests">
    package="com.android.perftests.core">

    <application>
        <uses-library android:name="android.test.runner" />
@@ -8,6 +8,6 @@
    </application>

    <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
        android:targetPackage="android.core.perftests"/>
        android:targetPackage="com.android.perftests.core"/>

</manifest>
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.LargeTest;

import android.graphics.perftests.R;
import com.android.perftests.core.R;

import org.junit.Rule;
import org.junit.Test;
Loading