summaryrefslogtreecommitdiffstats
path: root/src/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test.c')
-rw-r--r--src/tests/test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/test.c b/src/tests/test.c
index 7e869053b..fa9f57971 100644
--- a/src/tests/test.c
+++ b/src/tests/test.c
@@ -137,9 +137,3 @@ static void test_init ( void ) {
struct init_fn test_init_fn __init_fn ( INIT_NORMAL ) = {
.initialise = test_init,
};
-
-/* Drag in all applicable self-tests */
-REQUIRE_OBJECT ( list_test );
-REQUIRE_OBJECT ( sha1_test );
-REQUIRE_OBJECT ( hmac_drbg_test );
-REQUIRE_OBJECT ( hash_df_test );