Add tests for status codes
This commit is contained in:
parent
3ab6cd8a39
commit
6f9b8b7248
2 changed files with 30 additions and 0 deletions
|
|
@ -21,3 +21,6 @@ if(OPENSSL_FOUND)
|
|||
target_link_libraries(crypto_test ${OPENSSL_CRYPTO_LIBRARY})
|
||||
add_test(crypto_test crypto_test)
|
||||
endif()
|
||||
|
||||
add_executable(status_code_test status_code_test.cpp)
|
||||
add_test(status_code_test status_code_test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue