aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_ecc_scalarproduct.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-05 19:00:26 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-05 19:00:26 +0000
commitdce29804b2af0ff52ea3365039024d3dd1079617 (patch)
tree403e88dbdf96635424a32cf9cd3ddf7d4d047ef6 /src/scalarproduct/test_ecc_scalarproduct.c
parent3f68c3e171fc5f572f5a7dbca685aeaa66f741a5 (diff)
downloadgnunet-dce29804b2af0ff52ea3365039024d3dd1079617.tar.gz
gnunet-dce29804b2af0ff52ea3365039024d3dd1079617.zip
-test skeleton -- disable for now
Diffstat (limited to 'src/scalarproduct/test_ecc_scalarproduct.c')
-rw-r--r--src/scalarproduct/test_ecc_scalarproduct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scalarproduct/test_ecc_scalarproduct.c b/src/scalarproduct/test_ecc_scalarproduct.c
index 7e0f90eae..273fb666f 100644
--- a/src/scalarproduct/test_ecc_scalarproduct.c
+++ b/src/scalarproduct/test_ecc_scalarproduct.c
@@ -51,6 +51,8 @@ main (int argc, char *argv[])
51 static unsigned int v35[] = { 3, 5, 0 }; 51 static unsigned int v35[] = { 3, 5, 0 };
52 static unsigned int v24[] = { 2, 4, 0 }; 52 static unsigned int v24[] = { 2, 4, 0 };
53 53
54 if (1)
55 return 0; // disable for now
54 GNUNET_log_setup ("test-ecc-scalarproduct", 56 GNUNET_log_setup ("test-ecc-scalarproduct",
55 "WARNING", 57 "WARNING",
56 NULL); 58 NULL);