diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8ce338f..f43bd85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -172,9 +172,11 @@ check_PROGRAMS += dsatest | |||
172 | dsatest_SOURCES = dsatest.c | 172 | dsatest_SOURCES = dsatest.c |
173 | 173 | ||
174 | # dtlstest | 174 | # dtlstest |
175 | if !HOST_WIN | ||
175 | TESTS += dtlstest.sh | 176 | TESTS += dtlstest.sh |
176 | check_PROGRAMS += dtlstest | 177 | check_PROGRAMS += dtlstest |
177 | dtlstest_SOURCES = dtlstest.c | 178 | dtlstest_SOURCES = dtlstest.c |
179 | endif | ||
178 | EXTRA_DIST += dtlstest.sh | 180 | EXTRA_DIST += dtlstest.sh |
179 | 181 | ||
180 | # ec_point_conversion | 182 | # ec_point_conversion |