File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ set(test-aes_SRCS
6969 test-aes.cpp
7070)
7171
72+ set (test-restart_SRCS
73+ test-restart.cpp
74+ )
75+
7276add_executable (test -http-merge_chunked ${test-http-merge_chunked_SRCS} )
7377add_executable (test -http-req ${test-http-req_SRCS} )
7478add_executable (test -http-res ${test-http-res_SRCS} )
@@ -82,6 +86,7 @@ add_executable(test-blinding ${test-blinding_SRCS})
8286add_executable (test -elligator ${test-elligator_SRCS} )
8387add_executable (test -eddsa ${test-eddsa_SRCS} )
8488add_executable (test -aes ${test-aes_SRCS} )
89+ add_executable (test -restart ${test-restart_SRCS} )
8590
8691set (LIBS
8792 libi2pd
@@ -107,6 +112,7 @@ target_link_libraries(test-blinding ${LIBS})
107112target_link_libraries (test -elligator ${LIBS} )
108113target_link_libraries (test -eddsa ${LIBS} )
109114target_link_libraries (test -aes ${LIBS} )
115+ target_link_libraries (test -restart ${LIBS} )
110116
111117add_test (test -http-merge_chunked ${TEST_PATH} /test-http-merge_chunked )
112118add_test (test -http-req ${TEST_PATH} /test-http-req )
@@ -121,3 +127,4 @@ add_test(test-blinding ${TEST_PATH}/test-blinding)
121127add_test (test -elligator ${TEST_PATH} /test-elligator )
122128add_test (test -eddsa ${TEST_PATH} /test-eddsa )
123129add_test (test -aes ${TEST_PATH} /test-aes )
130+ add_test (test -restart ${TEST_PATH} /test-restart )
You can’t perform that action at this time.
0 commit comments