aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 80457d1..09d4cad 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -234,13 +234,14 @@ TESTS += dsatest
234check_PROGRAMS += dsatest 234check_PROGRAMS += dsatest
235dsatest_SOURCES = dsatest.c 235dsatest_SOURCES = dsatest.c
236 236
237# dtlstest 237# XXX this test is too flaky for CI. Disable it until it is fixed.
238if !HOST_WIN 238## dtlstest
239TESTS += dtlstest.sh 239#if !HOST_WIN
240check_PROGRAMS += dtlstest 240#TESTS += dtlstest.sh
241dtlstest_SOURCES = dtlstest.c 241#check_PROGRAMS += dtlstest
242endif 242#dtlstest_SOURCES = dtlstest.c
243EXTRA_DIST += dtlstest.sh 243#endif
244#EXTRA_DIST += dtlstest.sh
244 245
245# ec_asn1_test 246# ec_asn1_test
246TESTS += ec_asn1_test 247TESTS += ec_asn1_test