Added urltest testing binary
This commit is contained in:
parent
9cc2f75a8e
commit
e772168a91
2 changed files with 28 additions and 0 deletions
|
@ -662,3 +662,7 @@ target_link_libraries(aes_ctr128
|
|||
mist
|
||||
)
|
||||
add_test(AESTest COMMAND aes_ctr128)
|
||||
|
||||
add_executable(urltest ${SOURCE_DIR}/test/url.cpp)
|
||||
target_link_libraries(urltest mist)
|
||||
add_test(URLTest COMMAND urltest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue