diff options
author | Ola Bini <ola@olabini.se> | 2015-09-15 17:56:56 +0200 |
---|---|---|
committer | Ola Bini <ola@olabini.se> | 2015-09-15 17:56:56 +0200 |
commit | b4950c9334d476049b8b273ad1d8cb15a86f6074 (patch) | |
tree | 8297da8a35881f263c945c32e2b5545bfe64f842 /src/test/include.am | |
parent | a444b11323799536b4cd7902e29f711b0806293a (diff) | |
download | tor-b4950c9334d476049b8b273ad1d8cb15a86f6074.tar.gz tor-b4950c9334d476049b8b273ad1d8cb15a86f6074.zip |
Add tests for procmon. These currently fail. Investigation should happen before submitting
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..b99adb9f88 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 \ @@ -84,6 +85,7 @@ src_test_test_SOURCES = \ src/test/test_oom.c \ src/test/test_options.c \ src/test/test_policy.c \ + src/test/test_procmon.c \ src/test/test_pt.c \ src/test/test_relay.c \ src/test/test_relaycell.c \ |