From b4950c9334d476049b8b273ad1d8cb15a86f6074 Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Tue, 15 Sep 2015 17:56:56 +0200 Subject: Add tests for procmon. These currently fail. Investigation should happen before submitting --- src/test/include.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/include.am') 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 \ -- cgit v1.2.3-54-g00ecf