We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2329e26 commit 643039cCopy full SHA for 643039c
auto_tests/Makefile.inc
@@ -106,5 +106,14 @@ encryptsave_test_CFLAGS = $(AUTOTEST_CFLAGS)
106
107
encryptsave_test_LDADD = $(AUTOTEST_LDADD)
108
109
+M=0
110
+MORE_TESTS_1=\#
111
+MORE_TESTS_TRUE = $(MORE_TESTS_$M)
112
+$(MORE_TESTS_TRUE)onion_test.log: LOG_COMPILER=sh -c 'exit 77'
113
+$(MORE_TESTS_TRUE)TCP_test.log: LOG_COMPILER=sh -c 'exit 77'
114
+$(MORE_TESTS_TRUE)tox_test.log: LOG_COMPILER=sh -c 'exit 77'
115
+$(MORE_TESTS_TRUE)dht_autotest.log: LOG_COMPILER=sh -c 'exit 77'
116
+
117
+.PHONY: $(TESTS:%=%.log)
118
119
EXTRA_DIST += $(top_srcdir)/auto_tests/friends_test.c
0 commit comments