Remove test_mxb_http test
Fails on too many platforms due to curling to non-existent site not causing an error.
This commit is contained in:
@ -1,9 +1,13 @@
|
|||||||
add_executable(test_mxb_http test_http.cc)
|
# On too many platforms curling to a non-existent site
|
||||||
target_link_libraries(test_mxb_http
|
# does not result in a proper error. Disabled for the
|
||||||
maxbase
|
# time being.
|
||||||
rt
|
#
|
||||||
)
|
#add_executable(test_mxb_http test_http.cc)
|
||||||
add_test(test_mxb_http test_mxb_http)
|
#target_link_libraries(test_mxb_http
|
||||||
|
# maxbase
|
||||||
|
# rt
|
||||||
|
#)
|
||||||
|
#add_test(test_mxb_http test_mxb_http)
|
||||||
|
|
||||||
add_executable(test_mxb_log test_log.cc)
|
add_executable(test_mxb_log test_log.cc)
|
||||||
target_link_libraries(test_mxb_log maxbase rt)
|
target_link_libraries(test_mxb_log maxbase rt)
|
||||||
|
Reference in New Issue
Block a user