aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2026-07-19 16:49:14 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2026-07-19 16:49:14 +0900
commit3465d07a88bf8308241b7e13f9cd57d0bfa1d3ba (patch)
tree7126e824c79f5aa3694c5dd6a3af5cce4c99bd36 /tests/Makefile.am
parenta1c22e280c529556864e03335aad8ab559540cbd (diff)
downloadportable-3465d07a88bf8308241b7e13f9cd57d0bfa1d3ba.tar.gz
portable-3465d07a88bf8308241b7e13f9cd57d0bfa1d3ba.tar.bz2
portable-3465d07a88bf8308241b7e13f9cd57d0bfa1d3ba.zip
Run dtls_handshake_msg_test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 96a850f..f98fac7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -435,6 +435,11 @@ dsatest_SOURCES = dsatest.c
435#endif 435#endif
436#EXTRA_DIST += dtlstest.sh 436#EXTRA_DIST += dtlstest.sh
437 437
438# dtls_handshake_msg_test
439TESTS += dtls_handshake_msg_test
440check_PROGRAMS += dtls_handshake_msg_test
441dtls_handshake_msg_test_SOURCES = dtls_handshake_msg_test.c
442
438# dtls_wire_test 443# dtls_wire_test
439TESTS += dtls_wire_test 444TESTS += dtls_wire_test
440check_PROGRAMS += dtls_wire_test 445check_PROGRAMS += dtls_wire_test