aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2018-11-27 01:56:23 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2019-01-02 15:25:55 +0200
commit2ccf3268375cd46e8c948e94ba58e0d2f03fe722 (patch)
treea6a820abe9af9a65f7648c2fae8a36ff0d81d607 /src/test/test.h
parent8ad497bb578b13c66489843905764a60545e6388 (diff)
downloadtor-2ccf3268375cd46e8c948e94ba58e0d2f03fe722.tar.gz
tor-2ccf3268375cd46e8c948e94ba58e0d2f03fe722.zip
Implement and test probability distributions used by WTF-PAD.
This project introduces the prob_distr.c subsystem which implements all the probability distributions that WTF-PAD needs. It also adds unittests for all of them. Code and tests courtesy of Riastradh. Co-authored-by: Taylor R Campbell <campbell+tor@mumble.net> Co-authored-by: Mike Perry <mikeperry-git@torproject.org>
Diffstat (limited to 'src/test/test.h')
-rw-r--r--src/test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h
index 9f6eb0a7e6..39953e9f7e 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -243,6 +243,8 @@ extern struct testcase_t parsecommon_tests[];
extern struct testcase_t pem_tests[];
extern struct testcase_t periodic_event_tests[];
extern struct testcase_t policy_tests[];
+extern struct testcase_t prob_distr_tests[];
+extern struct testcase_t slow_stochastic_prob_distr_tests[];
extern struct testcase_t procmon_tests[];
extern struct testcase_t process_tests[];
extern struct testcase_t proto_http_tests[];