Extract RNG tests into a new test module
commit3d3578ab41c9be602fad5c4172a880668994c8c3
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Feb 2019 17:28:05 +0000 (6 12:28 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 Feb 2019 14:26:40 +0000 (14 09:26 -0500)
tree2f5c9dd0c1034211adae906b494dbfd8a539507e
parent622a9a8a364520f2f1d0294b8d4389f1b29ba376
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.
src/test/include.am
src/test/test.c
src/test/test.h
src/test/test_crypto.c
src/test/test_crypto_rng.c [new file with mode: 0644]