diff options
author | Ola Bini <ola@olabini.se> | 2015-09-15 17:20:44 +0200 |
---|---|---|
committer | Ola Bini <ola@olabini.se> | 2015-09-15 17:20:44 +0200 |
commit | 9985a62a67a16f8985dc0002ce0480a7cae070e3 (patch) | |
tree | 532e8bfe0844deb3c6e8b8128d283132a45f97d9 /src/test/include.am | |
parent | a444b11323799536b4cd7902e29f711b0806293a (diff) | |
download | tor-9985a62a67a16f8985dc0002ce0480a7cae070e3.tar.gz tor-9985a62a67a16f8985dc0002ce0480a7cae070e3.zip |
Add tests for compat_libevent
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 f7c0204832..9891869768 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -51,6 +51,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 \ @@ -63,6 +64,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 \ |