diff options
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 |