diff options
author | Brent Cook <busterb@gmail.com> | 2020-03-14 06:41:54 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-03-14 06:41:54 -0500 |
commit | b462bfdbc9c393f2fe32083e15ba272479b68f13 (patch) | |
tree | cc8f195c48f1134955ba09998a268b953b0d077d /tests/Makefile.am | |
parent | c156a72a6f2bf8128c4957155da0763c89eaf26f (diff) | |
download | portable-b462bfdbc9c393f2fe32083e15ba272479b68f13.tar.gz portable-b462bfdbc9c393f2fe32083e15ba272479b68f13.tar.bz2 portable-b462bfdbc9c393f2fe32083e15ba272479b68f13.zip |
disable clienttest
the current handshakes contain dynamic content, which breaks this test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bee6467..8e7a597 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -131,9 +131,10 @@ check_PROGRAMS += cipherstest | |||
131 | cipherstest_SOURCES = cipherstest.c | 131 | cipherstest_SOURCES = cipherstest.c |
132 | 132 | ||
133 | # clienttest | 133 | # clienttest |
134 | TESTS += clienttest | 134 | # disabled |
135 | check_PROGRAMS += clienttest | 135 | #TESTS += clienttest |
136 | clienttest_SOURCES = clienttest.c | 136 | #check_PROGRAMS += clienttest |
137 | #clienttest_SOURCES = clienttest.c | ||
137 | 138 | ||
138 | # cmstest | 139 | # cmstest |
139 | TESTS += cmstest | 140 | TESTS += cmstest |