diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-27 09:09:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-27 09:09:00 -0400 |
commit | b8b016940d76d014e49d87c7030854a30f51bdad (patch) | |
tree | d7955f6ef72b4e92aad3c0d8887e2e16dea83aff /src/test/include.am | |
parent | 8f8a4c0ced456661c3c5f20dfc9c14157ade4e35 (diff) | |
download | tor-b8b016940d76d014e49d87c7030854a30f51bdad.tar.gz tor-b8b016940d76d014e49d87c7030854a30f51bdad.zip |
Add unit tests for var_cell and control0 proto functions.
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 8e8c9ca0da..95efe4e795 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -137,6 +137,7 @@ src_test_test_SOURCES = \ src/test/test_options.c \ src/test/test_policy.c \ src/test/test_procmon.c \ + src/test/test_proto_misc.c \ src/test/test_protover.c \ src/test/test_pt.c \ src/test/test_pubsub.c \ |