diff options
author | Daniel Martí <mvdan@mvdan.cc> | 2017-03-07 09:58:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 14:38:28 -0400 |
commit | 590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970 (patch) | |
tree | 0bb50228fe7e15d7e31f81fba3cc7ba789aafaf2 /src/test/include.am | |
parent | ad19f1507ac3bfd4b26ae478e61c8ef8c4057f22 (diff) | |
download | tor-590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970.tar.gz tor-590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970.zip |
Consensus diff backend from Daniel Martí GSOC project.
(This commit was extracted by nickm based on the final outcome of
the project, taking only the changes in the files touched by this
commit from the consdiff_rebased branch. The directory-system
changes are going to get worked on separately.)
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 1c0726fd3a..23be3e8334 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -86,6 +86,7 @@ src_test_test_SOURCES = \ src/test/test_compat_libevent.c \ src/test/test_config.c \ src/test/test_connection.c \ + src/test/test_consdiff.c \ src/test/test_containers.c \ src/test/test_controller.c \ src/test/test_controller_events.c \ |