File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,6 +415,11 @@ add_platform_test(dsatest dsatest)
415415# set_tests_properties(dtlstest PROPERTIES ENVIRONMENT " srcdir=${TEST_SOURCE_DIR} ")
416416# endif()
417417
418+ # dtls_wire_test
419+ add_executable(dtls_wire_test dtls_wire_test.c)
420+ target_link_libraries(dtls_wire_test ${OPENSSL_TEST_LIBS} )
421+ add_platform_test(dtls_wire_test dtls_wire_test)
422+
418423# ecc_cdh
419424add_executable(ecc_cdh ecc_cdh.c)
420425target_link_libraries(ecc_cdh ${OPENSSL_TEST_LIBS} )
Original file line number Diff line number Diff line change @@ -431,6 +431,11 @@ dsatest_SOURCES = dsatest.c
431431# endif
432432# EXTRA_DIST += dtlstest.sh
433433
434+ # dtls_wire_test
435+ TESTS += dtls_wire_test
436+ check_PROGRAMS += dtls_wire_test
437+ dtls_wire_test_SOURCES = dtls_wire_test.c
438+
434439# ecc_cdh
435440TESTS += ecc_cdh
436441check_PROGRAMS += ecc_cdh
You can’t perform that action at this time.
0 commit comments