summaryrefslogtreecommitdiff
path: root/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java')
-rw-r--r--bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java b/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
index 20b8d323..27e89f00 100644
--- a/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
+++ b/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
@@ -19,6 +19,8 @@ import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
+import android.platform.test.annotations.LargeTest;
+
public class ECAlgorithmsTest extends TestCase
{
private static final int SCALE = 4;
@@ -32,6 +34,7 @@ public class ECAlgorithmsTest extends TestCase
}
// TODO Ideally, mark this test not to run by default
+ @LargeTest
public void testSumOfMultipliesComplete()
{
ArrayList x9s = getTestCurves();
@@ -51,6 +54,7 @@ public class ECAlgorithmsTest extends TestCase
}
// TODO Ideally, mark this test not to run by default
+ @LargeTest
public void testSumOfTwoMultipliesComplete()
{
ArrayList x9s = getTestCurves();