diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-06 12:28:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-14 09:26:40 -0500 |
commit | 3d3578ab41c9be602fad5c4172a880668994c8c3 (patch) | |
tree | 2f5c9dd0c1034211adae906b494dbfd8a539507e /src/test/test.h | |
parent | 622a9a8a364520f2f1d0294b8d4389f1b29ba376 (diff) | |
download | tor-3d3578ab41c9be602fad5c4172a880668994c8c3.tar.gz tor-3d3578ab41c9be602fad5c4172a880668994c8c3.zip |
Extract RNG tests into a new test module
test_crypto.c is pretty big; it wouldn't hurt to split it up some
more before I start adding stuff to the PRNG tests.
Diffstat (limited to 'src/test/test.h')
-rw-r--r-- | src/test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h index 5f549e5421..2564432985 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -206,6 +206,7 @@ extern struct testcase_t controller_event_tests[]; extern struct testcase_t controller_tests[]; extern struct testcase_t crypto_ope_tests[]; extern struct testcase_t crypto_openssl_tests[]; +extern struct testcase_t crypto_rng_tests[]; extern struct testcase_t crypto_tests[]; extern struct testcase_t dir_handle_get_tests[]; extern struct testcase_t dir_tests[]; |