diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-09 19:11:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:48 -0700 |
commit | b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f (patch) | |
tree | b9d7c893829d809dbb83e761af3c17c413415d1a /src/test/include.am | |
parent | e3bf8854c81f46470d21f5e44cfa51b16e1d260b (diff) | |
download | tor-b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f.tar.gz tor-b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f.zip |
checkpoint basic protover backend
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 2e91f7c9dc..a64310d918 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -107,6 +107,7 @@ src_test_test_SOURCES = \ src/test/test_options.c \ src/test/test_policy.c \ src/test/test_procmon.c \ + src/test/test_protover.c \ src/test/test_pt.c \ src/test/test_pubsub.c \ src/test/test_relay.c \ |