Commit 30ad7fa1 authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot

Mark io/async/test/certs as a content dir for ssl_session_test

Summary:
This test has been failing in travis because it is missing test/certs/tests-cert.pem
Mark it as a content dir

Reviewed By: yfeldblum

Differential Revision: D6884000

fbshipit-source-id: c7d42a4b23334781de28f1586ecbde04aea74ff2
parent 67f63db7
...@@ -564,7 +564,10 @@ if (BUILD_TESTS) ...@@ -564,7 +564,10 @@ if (BUILD_TESTS)
TEST NotificationQueueTest SOURCES NotificationQueueTest.cpp TEST NotificationQueueTest SOURCES NotificationQueueTest.cpp
TEST RequestContextTest SOURCES RequestContextTest.cpp TEST RequestContextTest SOURCES RequestContextTest.cpp
TEST ScopedEventBaseThreadTest SOURCES ScopedEventBaseThreadTest.cpp TEST ScopedEventBaseThreadTest SOURCES ScopedEventBaseThreadTest.cpp
TEST ssl_session_test SOURCES SSLSessionTest.cpp TEST ssl_session_test
CONTENT_DIR certs/
SOURCES
SSLSessionTest.cpp
TEST writechain_test SOURCES WriteChainAsyncTransportWrapperTest.cpp TEST writechain_test SOURCES WriteChainAsyncTransportWrapperTest.cpp
DIRECTORY io/async/ssl/test/ DIRECTORY io/async/ssl/test/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment