1 /* Copyright (c) 2001-2004, Roger Dingledine.
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2021, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
8 * \brief Slower unit tests for many pieces of the lower level Tor modules.
18 #include "core/or/or.h"
19 #include "test/test.h"
21 struct testgroup_t testgroups
[] = {
22 { "slow/crypto/", slow_crypto_tests
},
23 { "slow/process/", slow_process_tests
},
24 { "slow/hs_pow/", slow_hs_pow_tests
},
25 { "slow/prob_distr/", slow_stochastic_prob_distr_tests
},
26 { "slow/ptr/", slow_ptr_tests
},