summaryrefslogtreecommitdiff
path: root/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java')
-rw-r--r--bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java b/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java
index f53c9828..aaf2f5b6 100644
--- a/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java
+++ b/bcprov/src/test/java/org/bouncycastle/math/ec/test/ECPointTest.java
@@ -28,6 +28,8 @@ import org.bouncycastle.util.BigIntegers;
import org.bouncycastle.util.Integers;
import org.bouncycastle.util.encoders.Hex;
+import android.platform.test.annotations.LargeTest;
+
/**
* Test class for {@link org.bouncycastle.math.ec.ECPoint ECPoint}. All
* literature values are taken from "Guide to elliptic curve cryptography",
@@ -551,6 +553,7 @@ public class ECPointTest extends TestCase
* <code>implTestMultiply</code> and <code>implTestEncoding</code> for
* the standard elliptic curves as given in <code>SECNamedCurves</code>.
*/
+ @LargeTest
public void testAddSubtractMultiplyTwiceEncoding()
{
Set names = new HashSet(enumToList(ECNamedCurveTable.getNames()));