diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 12:56:37 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 12:56:37 +0200 |
commit | f7748131296e2779451fa3ff169009821f54ef1f (patch) | |
tree | 9903fab4885369c0dcf6b8b0274eac79a89ac90e /src/test/include.am | |
parent | 39eb075c20991e10df394e8f40ef56d16b9935c0 (diff) | |
parent | 9985a62a67a16f8985dc0002ce0480a7cae070e3 (diff) | |
download | tor-f7748131296e2779451fa3ff169009821f54ef1f.tar.gz tor-f7748131296e2779451fa3ff169009821f54ef1f.zip |
Merge remote-tracking branch 'twstrike/compat_libevent_tests'
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 5579b95181..e77c70655c 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -49,6 +49,7 @@ src_test_AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \ # matters a lot there, and is quite hard to debug if you forget to do it. src_test_test_SOURCES = \ + src/test/log_test_helpers.c \ src/test/test.c \ src/test/test_accounting.c \ src/test/test_addr.c \ @@ -61,6 +62,7 @@ src_test_test_SOURCES = \ src/test/test_checkdir.c \ src/test/test_circuitlist.c \ src/test/test_circuitmux.c \ + src/test/test_compat_libevent.c \ src/test/test_config.c \ src/test/test_containers.c \ src/test/test_controller.c \ |