build: Always compile module support for tests
commit43bba89656cce89964f260d46f2550ab9af00c9e
authorDavid Goulet <dgoulet@torproject.org>
Fri, 27 Apr 2018 15:33:22 +0000 (27 11:33 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 1 May 2018 14:07:09 +0000 (1 10:07 -0400)
treeee61931d1ce7d095abf4e3eb6db5f9d54a18b78f
parenta2ff4975f372870c841a8c4eeeeb93d834663650
build: Always compile module support for tests

The --disable-module-* configure option removes code from the final binary but
we still build the unit tests with the disable module(s) so we can actually
test that code path all the time and not forget about it.

Signed-off-by: David Goulet <dgoulet@torproject.org>
Makefile.am
configure.ac
src/or/include.am