mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Add congestion control tests to build.
This commit is contained in:
parent
331b874e69
commit
a945f3c506
@ -151,6 +151,7 @@ src_test_test_SOURCES += \
|
||||
src/test/test_conflux_pool.c \
|
||||
src/test/test_confmgr.c \
|
||||
src/test/test_confparse.c \
|
||||
src/test/test_congestion_control.c \
|
||||
src/test/test_connection.c \
|
||||
src/test/test_conscache.c \
|
||||
src/test/test_consdiff.c \
|
||||
|
@ -780,6 +780,7 @@ struct testgroup_t testgroups[] = {
|
||||
{ "config/parse/", confparse_tests },
|
||||
{ "conflux/cell/", conflux_cell_tests },
|
||||
{ "conflux/pool/", conflux_pool_tests },
|
||||
{ "congestion_control/", congestion_control_tests },
|
||||
{ "connection/", connection_tests },
|
||||
{ "conscache/", conscache_tests },
|
||||
{ "consdiff/", consdiff_tests },
|
||||
|
@ -111,6 +111,7 @@ extern struct testcase_t conflux_cell_tests[];
|
||||
extern struct testcase_t conflux_pool_tests[];
|
||||
extern struct testcase_t confmgr_tests[];
|
||||
extern struct testcase_t confparse_tests[];
|
||||
extern struct testcase_t congestion_control_tests[];
|
||||
extern struct testcase_t connection_tests[];
|
||||
extern struct testcase_t conscache_tests[];
|
||||
extern struct testcase_t consdiff_tests[];
|
||||
|
Loading…
Reference in New Issue
Block a user