Makefile.am 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. # Copyright (c) 2001-2004, Roger Dingledine
  2. # Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
  3. # Copyright (c) 2007-2017, The Tor Project, Inc.
  4. # See LICENSE for licensing information
  5. ACLOCAL_AMFLAGS = -I m4
  6. noinst_LIBRARIES=
  7. EXTRA_DIST=
  8. noinst_HEADERS=
  9. bin_PROGRAMS=
  10. EXTRA_PROGRAMS=
  11. CLEANFILES=
  12. TESTS=
  13. noinst_PROGRAMS=
  14. DISTCLEANFILES=
  15. bin_SCRIPTS=
  16. AM_CPPFLAGS=
  17. AM_CFLAGS=@TOR_SYSTEMD_CFLAGS@ @CFLAGS_BUGTRAP@ @TOR_LZMA_CFLAGS@ @TOR_ZSTD_CFLAGS@
  18. SHELL=@SHELL@
  19. if COVERAGE_ENABLED
  20. TESTING_TOR_BINARY=$(top_builddir)/src/or/tor-cov$(EXEEXT)
  21. else
  22. TESTING_TOR_BINARY=$(top_builddir)/src/or/tor$(EXEEXT)
  23. endif
  24. if USE_RUST
  25. rust_ldadd=$(top_builddir)/src/rust/target/release/@TOR_RUST_UTIL_STATIC_NAME@ \
  26. @TOR_RUST_EXTRA_LIBS@
  27. else
  28. rust_ldadd=
  29. endif
  30. include src/include.am
  31. include doc/include.am
  32. include contrib/include.am
  33. EXTRA_DIST+= \
  34. ChangeLog \
  35. INSTALL \
  36. LICENSE \
  37. Makefile.nmake \
  38. README \
  39. ReleaseNotes \
  40. scripts/maint/checkSpace.pl
  41. ## This tells etags how to find mockable function definitions.
  42. AM_ETAGSFLAGS=--regex='{c}/MOCK_IMPL([^,]+,\W*\([a-zA-Z0-9_]+\)\W*,/\1/s'
  43. if COVERAGE_ENABLED
  44. TEST_CFLAGS=-fno-inline -fprofile-arcs -ftest-coverage
  45. if DISABLE_ASSERTS_IN_UNIT_TESTS
  46. TEST_CPPFLAGS=-DTOR_UNIT_TESTS -DTOR_COVERAGE -DDISABLE_ASSERTS_IN_UNIT_TESTS
  47. else
  48. TEST_CPPFLAGS=-DTOR_UNIT_TESTS -DTOR_COVERAGE
  49. endif
  50. TEST_NETWORK_FLAGS=--coverage --hs-multi-client 1
  51. else
  52. TEST_CFLAGS=
  53. TEST_CPPFLAGS=-DTOR_UNIT_TESTS
  54. TEST_NETWORK_FLAGS=--hs-multi-client 1
  55. endif
  56. TEST_NETWORK_WARNING_FLAGS=--quiet --only-warnings
  57. if LIBFUZZER_ENABLED
  58. TEST_CFLAGS += -fsanitize-coverage=trace-pc-guard,trace-cmp,trace-div
  59. # not "edge"
  60. endif
  61. TEST_NETWORK_ALL_LOG_DIR=$(top_builddir)/test_network_log
  62. TEST_NETWORK_ALL_DRIVER_FLAGS=--color-tests yes
  63. #install-data-local:
  64. # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor
  65. # Allows to override rpmbuild with rpmbuild-md5 from fedora-packager so that
  66. # building for EL5 won't fail on https://bugzilla.redhat.com/show_bug.cgi?id=490613
  67. RPMBUILD ?= rpmbuild
  68. # Use automake's dist-gzip target to build the tarball
  69. dist-rpm: dist-gzip
  70. TIMESTAMP=$$(date +"%Y-%m-%d_%H.%M.%S"); \
  71. RPM_BUILD_DIR=$$(mktemp -d "/tmp/tor-rpm-build-$$TIMESTAMP-XXXX"); \
  72. mkdir -p "$$RPM_BUILD_DIR"/{BUILD,RPMS,SOURCES/"tor-$(VERSION)",SPECS,SRPMS}; \
  73. cp -fa "$(distdir).tar.gz" "$$RPM_BUILD_DIR"/SOURCES/; \
  74. LIBS=-lrt $(RPMBUILD) -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
  75. cp -fa "$$RPM_BUILD_DIR"/SRPMS/* .; \
  76. cp -fa "$$RPM_BUILD_DIR"/RPMS/* .; \
  77. rm -rf "$$RPM_BUILD_DIR"; \
  78. echo "RPM build finished"; \
  79. #end of dist-rpm
  80. doxygen:
  81. doxygen && cd doc/doxygen/latex && make
  82. test: all
  83. $(top_builddir)/src/test/test
  84. check-local: check-spaces check-changes
  85. need-chutney-path:
  86. @if test ! -d "$$CHUTNEY_PATH"; then \
  87. echo '$$CHUTNEY_PATH was not set.'; \
  88. if test -d $(top_srcdir)/../chutney -a -x $(top_srcdir)/../chutney/chutney; then \
  89. echo "Assuming test-network.sh will find" $(top_srcdir)/../chutney; \
  90. else \
  91. echo; \
  92. echo "To run these tests, git clone https://git.torproject.org/chutney.git ; export CHUTNEY_PATH=\`pwd\`/chutney"; \
  93. exit 1; \
  94. fi \
  95. fi
  96. # Note that test-network requires a copy of Chutney in $CHUTNEY_PATH.
  97. # Chutney can be cloned from https://git.torproject.org/chutney.git .
  98. test-network: need-chutney-path $(TESTING_TOR_BINARY) src/tools/tor-gencert
  99. $(top_srcdir)/src/test/test-network.sh $(TEST_NETWORK_FLAGS)
  100. # Run all available tests using automake's test-driver
  101. # only run IPv6 tests if we can ping6 ::1 (localhost)
  102. # some IPv6 tests will fail without an IPv6 DNS server (see #16971 and #17011)
  103. # only run mixed tests if we have a tor-stable binary
  104. # Try both the BSD and the Linux ping6 syntax, because they're incompatible
  105. test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/tor-gencert
  106. mkdir -p $(TEST_NETWORK_ALL_LOG_DIR)
  107. rm -f $(TEST_NETWORK_ALL_LOG_DIR)/*.log $(TEST_NETWORK_ALL_LOG_DIR)/*.trs
  108. @flavors="$(TEST_CHUTNEY_FLAVORS)"; \
  109. if ping6 -q -c 1 -o ::1 >/dev/null 2>&1 || ping6 -q -c 1 -W 1 ::1 >/dev/null 2>&1; then \
  110. echo "ping6 ::1 succeeded, running IPv6 flavors: $(TEST_CHUTNEY_FLAVORS_IPV6)."; \
  111. flavors="$$flavors $(TEST_CHUTNEY_FLAVORS_IPV6)"; \
  112. else \
  113. echo "ping6 ::1 failed, skipping IPv6 flavors: $(TEST_CHUTNEY_FLAVORS_IPV6)."; \
  114. skip_flavors="$$skip_flavors $(TEST_CHUTNEY_FLAVORS_IPV6)"; \
  115. fi; \
  116. if command -v tor-stable >/dev/null 2>&1; then \
  117. echo "tor-stable found, running mixed flavors: $(TEST_CHUTNEY_FLAVORS_MIXED)."; \
  118. flavors="$$flavors $(TEST_CHUTNEY_FLAVORS_MIXED)"; \
  119. else \
  120. echo "tor-stable not found, skipping mixed flavors: $(TEST_CHUTNEY_FLAVORS_MIXED)."; \
  121. skip_flavors="$$skip_flavors $(TEST_CHUTNEY_FLAVORS_MIXED)"; \
  122. fi; \
  123. for f in $$skip_flavors; do \
  124. echo "SKIP: $$f"; \
  125. done; \
  126. for f in $$flavors; do \
  127. $(SHELL) $(top_srcdir)/test-driver --test-name $$f --log-file $(TEST_NETWORK_ALL_LOG_DIR)/$$f.log --trs-file $(TEST_NETWORK_ALL_LOG_DIR)/$$f.trs $(TEST_NETWORK_ALL_DRIVER_FLAGS) $(top_srcdir)/src/test/test-network.sh --flavor $$f $(TEST_NETWORK_FLAGS); \
  128. $(top_srcdir)/src/test/test-network.sh $(TEST_NETWORK_WARNING_FLAGS); \
  129. done; \
  130. echo "Log and result files are available in $(TEST_NETWORK_ALL_LOG_DIR)."; \
  131. ! grep -q FAIL $(TEST_NETWORK_ALL_LOG_DIR)/*.trs
  132. need-stem-path:
  133. @if test ! -d "$$STEM_SOURCE_DIR"; then \
  134. echo '$$STEM_SOURCE_DIR was not set.'; echo; \
  135. echo "To run these tests, git clone https://git.torproject.org/stem.git/ ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
  136. exit 1; \
  137. fi
  138. test-stem: need-stem-path $(TESTING_TOR_BINARY)
  139. @$(PYTHON) "$$STEM_SOURCE_DIR"/run_tests.py --tor "$(TESTING_TOR_BINARY)" --all --log notice --target RUN_ALL;
  140. test-stem-full: need-stem-path $(TESTING_TOR_BINARY)
  141. @$(PYTHON) "$$STEM_SOURCE_DIR"/run_tests.py --tor "$(TESTING_TOR_BINARY)" --all --log notice --target RUN_ALL,ONLINE -v;
  142. test-full: need-stem-path need-chutney-path check test-network test-stem
  143. test-full-online: need-stem-path need-chutney-path check test-network test-stem-full
  144. reset-gcov:
  145. rm -f $(top_builddir)/src/*/*.gcda $(top_builddir)/src/*/*/*.gcda
  146. HTML_COVER_DIR=$(top_builddir)/coverage_html
  147. coverage-html: all
  148. if COVERAGE_ENABLED
  149. test -e "`which lcov`" || (echo "lcov must be installed. See <http://ltp.sourceforge.net/coverage/lcov.php>." && false)
  150. test -d "$(HTML_COVER_DIR)" || $(MKDIR_P) "$(HTML_COVER_DIR)"
  151. lcov --rc lcov_branch_coverage=1 --directory $(top_builddir)/src --zerocounters
  152. $(MAKE) reset-gcov
  153. $(MAKE) check
  154. lcov --capture --rc lcov_branch_coverage=1 --no-external --directory $(top_builddir) --base-directory $(top_srcdir) --output-file "$(HTML_COVER_DIR)/lcov.tmp"
  155. lcov --remove "$(HTML_COVER_DIR)/lcov.tmp" --rc lcov_branch_coverage=1 'test/*' 'ext/tinytest*' '/usr/*' --output-file "$(HTML_COVER_DIR)/lcov.info"
  156. genhtml --branch-coverage -o "$(HTML_COVER_DIR)" "$(HTML_COVER_DIR)/lcov.info"
  157. else
  158. @printf "Not configured with --enable-coverage, run ./configure --enable-coverage\n"
  159. endif
  160. coverage-html-full: all
  161. test -e "`which lcov`" || (echo "lcov must be installed. See <http://ltp.sourceforge.net/coverage/lcov.php>." && false)
  162. test -d "$(HTML_COVER_DIR)" || mkdir -p "$(HTML_COVER_DIR)"
  163. lcov --rc lcov_branch_coverage=1 --directory ./src --zerocounters
  164. $(MAKE) reset-gcov
  165. $(MAKE) check
  166. $(MAKE) test-stem-full
  167. CHUTNEY_TOR=tor-cov CHUTNEY_TOR_GENCERT=tor-cov-gencert $(top_srcdir)/src/test/test-network.sh
  168. CHUTNEY_TOR=tor-cov CHUTNEY_TOR_GENCERT=tor-cov-gencert $(top_srcdir)/src/test/test-network.sh --flavor hs
  169. lcov --capture --rc lcov_branch_coverage=1 --no-external --directory . --output-file "$(HTML_COVER_DIR)/lcov.tmp"
  170. lcov --remove "$(HTML_COVER_DIR)/lcov.tmp" --rc lcov_branch_coverage=1 'test/*' 'ext/tinytest*' '/usr/*' --output-file "$(HTML_COVER_DIR)/lcov.info"
  171. genhtml --branch-coverage -o "$(HTML_COVER_DIR)" "$(HTML_COVER_DIR)/lcov.info"
  172. # Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
  173. # tinytest*.[ch]
  174. check-spaces:
  175. if USE_PERL
  176. $(PERL) $(top_srcdir)/scripts/maint/checkSpace.pl -C \
  177. $(top_srcdir)/src/common/*.[ch] \
  178. $(top_srcdir)/src/or/*.[ch] \
  179. $(top_srcdir)/src/test/*.[ch] \
  180. $(top_srcdir)/src/test/*/*.[ch] \
  181. $(top_srcdir)/src/tools/*.[ch]
  182. endif
  183. check-docs: all
  184. $(PERL) $(top_builddir)/scripts/maint/checkOptionDocs.pl
  185. check-logs:
  186. $(top_srcdir)/scripts/maint/checkLogs.pl \
  187. $(top_srcdir)/src/*/*.[ch] | sort -n
  188. .PHONY: check-changes
  189. check-changes:
  190. if USEPYTHON
  191. @if test -d "$(top_srcdir)/changes"; then \
  192. $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \
  193. fi
  194. endif
  195. .PHONY: update-versions
  196. update-versions:
  197. $(PERL) $(top_builddir)/scripts/maint/updateVersions.pl
  198. .PHONY: callgraph
  199. callgraph:
  200. $(top_builddir)/scripts/maint/run_calltool.sh
  201. version:
  202. @echo "Tor @VERSION@"
  203. @if test -d "$(top_srcdir)/.git" && test -x "`which git 2>&1;true`"; then \
  204. echo -n "git: " ;\
  205. (cd "$(top_srcdir)" && git rev-parse --short=16 HEAD); \
  206. fi
  207. mostlyclean-local:
  208. rm -f $(top_builddir)/src/*/*.gc{da,no} $(top_builddir)/src/*/*/*.gc{da,no}
  209. rm -rf $(HTML_COVER_DIR)
  210. rm -rf $(top_builddir)/doc/doxygen
  211. rm -rf $(TEST_NETWORK_ALL_LOG_DIR)
  212. clean-local:
  213. rm -rf $(top_builddir)/src/rust/target
  214. rm -rf $(top_builddir)/src/rust/.cargo/registry
  215. # This relies on some internal details of how automake implements
  216. # distcheck. We check two directories because automake-1.15 changed
  217. # from $(distdir)/_build to $(distdir)/_build/sub.
  218. show-distdir-testlog:
  219. @if test -d "$(distdir)/_build/sub"; then \
  220. cat $(distdir)/_build/sub/$(TEST_SUITE_LOG); \
  221. else \
  222. cat $(distdir)/_build/$(TEST_SUITE_LOG); fi