summaryrefslogtreecommitdiff
path: root/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java')
-rw-r--r--repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java b/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
index cf10fe45..ba944d77 100644
--- a/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
+++ b/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
@@ -20,6 +20,8 @@ import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
+import android.platform.test.annotations.LargeTest;
+
/**
* @hide This class is not part of the Android public SDK API
*/
@@ -36,6 +38,7 @@ public class ECAlgorithmsTest extends TestCase
}
// TODO Ideally, mark this test not to run by default
+ @LargeTest
public void testSumOfMultipliesComplete()
{
ArrayList x9s = getTestCurves();
@@ -55,6 +58,7 @@ public class ECAlgorithmsTest extends TestCase
}
// TODO Ideally, mark this test not to run by default
+ @LargeTest
public void testSumOfTwoMultipliesComplete()
{
ArrayList x9s = getTestCurves();