diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 76ed83a..190e4eb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -297,9 +297,9 @@ check_PROGRAMS += cipherstest | |||
297 | cipherstest_SOURCES = cipherstest.c | 297 | cipherstest_SOURCES = cipherstest.c |
298 | 298 | ||
299 | ## clienttest | 299 | ## clienttest |
300 | #TESTS += clienttest | 300 | TESTS += clienttest |
301 | #check_PROGRAMS += clienttest | 301 | check_PROGRAMS += clienttest |
302 | #clienttest_SOURCES = clienttest.c | 302 | clienttest_SOURCES = clienttest.c |
303 | 303 | ||
304 | # cmstest | 304 | # cmstest |
305 | TESTS += cmstest | 305 | TESTS += cmstest |