aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-02 09:37:18 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-02 09:37:18 -0400
commit721e65a1d5a5821149fc0c10e6c82398d953baf4 (patch)
tree16955a521beea3c286f89b1ed12c192be53da3fc /src/test/include.am
parent3d13841fa542889df741c8c5630ec2dd576f645d (diff)
downloadtor-721e65a1d5a5821149fc0c10e6c82398d953baf4.tar.gz
tor-721e65a1d5a5821149fc0c10e6c82398d953baf4.zip
Add comments to include.am files to note where new sources go
This mechanism isn't perfect, and sometimes it will guess wrong, but it will help our automation.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 022cdbe035..5d991f8399 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -85,6 +85,8 @@ src_test_AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \
src_test_test_SOURCES =
if UNITTESTS_ENABLED
+
+# ADD_C_FILE: INSERT SOURCES HERE.
src_test_test_SOURCES += \
src/test/log_test_helpers.c \
src/test/hs_test_helpers.c \
@@ -316,6 +318,7 @@ src_test_test_timers_LDADD = \
@TOR_LZMA_LIBS@
src_test_test_timers_LDFLAGS = $(src_test_test_LDFLAGS)
+# ADD_C_FILE: INSERT HEADERS HERE.
noinst_HEADERS+= \
src/test/fakechans.h \
src/test/hs_test_helpers.h \