We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abe15d2 + 2a35f62 commit fa8940fCopy full SHA for fa8940f
2 files changed
Makefile.am
@@ -275,8 +275,8 @@ check_SCRIPTS+= $(dist_noinst_SCRIPTS)
275
TESTS += $(check_SCRIPTS)
276
277
test: check
278
-tests/unit.log: testsuite/testsuite.log
279
-scripts/unit.log: testsuite/testsuite.log
+@BUILD_EXAMPLE_SERVERS_TRUE@tests/unit.log: testsuite/testsuite.log
+@BUILD_EXAMPLE_SERVERS_TRUE@scripts/unit.log: testsuite/testsuite.log
280
281
DISTCLEANFILES+= wolfssl-config
282
testsuite/include.am
@@ -3,7 +3,7 @@
3
# All paths should be given relative to the root
4
5
6
-if BUILD_TESTS
+if BUILD_EXAMPLE_SERVERS
7
check_PROGRAMS += testsuite/testsuite.test
8
noinst_PROGRAMS += testsuite/testsuite.test
9
testsuite_testsuite_test_SOURCES = \
0 commit comments