diff options
author | David Goulet <dgoulet@torproject.org> | 2020-10-23 12:27:12 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-10-27 10:43:42 -0400 |
commit | f65c0820af6082f15541756eaaeb042716751098 (patch) | |
tree | 44f17e45272ceffafb1c82fdbfa6969365f8d932 /src/test/include.am | |
parent | 4c19eed35c8bae22cda219b7a4fb4a65d1c65525 (diff) | |
download | tor-f65c0820af6082f15541756eaaeb042716751098.tar.gz tor-f65c0820af6082f15541756eaaeb042716751098.zip |
test: Metrics tests for lib/ and feature/
Related to #40063
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index cb3a498f74..5149416044 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -200,6 +200,7 @@ src_test_test_SOURCES += \ src/test/test_link_handshake.c \ src/test/test_logging.c \ src/test/test_mainloop.c \ + src/test/test_metrics.c \ src/test/test_microdesc.c \ src/test/test_namemap.c \ src/test/test_netinfo.c \ |