summaryrefslogtreecommitdiff
path: root/src/test/test.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-09 08:55:11 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-09 08:58:42 -0400
commit05110c9294f64b494600b056670f62ca89b52b0b (patch)
tree3b7deb62446d8984e2543587144b6d7886504192 /src/test/test.h
parent5ec395b27fd9ccb3fcac627d1ae323c4d06130f3 (diff)
downloadtor-05110c9294f64b494600b056670f62ca89b52b0b.tar.gz
tor-05110c9294f64b494600b056670f62ca89b52b0b.zip
Move the donna-fuzzing tests into test_slow.
This shaves another 3-4 seconds off the main-path tests for me, which is again worth it, according to XKCD#1204.
Diffstat (limited to 'src/test/test.h')
-rw-r--r--src/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h
index c0643e154d..0b1b626d0a 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -169,6 +169,7 @@ struct crypto_pk_t *pk_generate(int idx);
#define NS_UNMOCK(name) UNMOCK(name)
extern const struct testcase_setup_t passthrough_setup;
+const struct testcase_setup_t ed25519_test_setup;
extern struct testcase_t accounting_tests[];
extern struct testcase_t addr_tests[];