Skip to content

Commit fa8940f

Browse files
authored
Merge pull request #10510 from miyazakh/testsuite_
Remove testsuite.test for leanTLS builds
2 parents abe15d2 + 2a35f62 commit fa8940f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ check_SCRIPTS+= $(dist_noinst_SCRIPTS)
275275
TESTS += $(check_SCRIPTS)
276276

277277
test: check
278-
tests/unit.log: testsuite/testsuite.log
279-
scripts/unit.log: testsuite/testsuite.log
278+
@BUILD_EXAMPLE_SERVERS_TRUE@tests/unit.log: testsuite/testsuite.log
279+
@BUILD_EXAMPLE_SERVERS_TRUE@scripts/unit.log: testsuite/testsuite.log
280280

281281
DISTCLEANFILES+= wolfssl-config
282282

testsuite/include.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# All paths should be given relative to the root
44

55

6-
if BUILD_TESTS
6+
if BUILD_EXAMPLE_SERVERS
77
check_PROGRAMS += testsuite/testsuite.test
88
noinst_PROGRAMS += testsuite/testsuite.test
99
testsuite_testsuite_test_SOURCES = \

0 commit comments

Comments
 (0)