Commit f285646c authored by Eric Niebler's avatar Eric Niebler Committed by Facebook Github Bot 3

fix the open source ssl_test target

Summary: 'make check' is failing since the path to OpenSSLHashTest.cpp is wrong and because ssl_test is not linked to libcrypto.

Reviewed By: mhx

Differential Revision: D3498207

fbshipit-source-id: 0f443d1f1b76c537d211dc148df0cd3fdfb8eead
parent a18f2c01
......@@ -267,8 +267,8 @@ function_test_LDADD = libfollytestmain.la
TESTS += function_test
ssl_test_SOURCES = \
../ssl/OpenSSLHashTest.cpp
ssl_test_LDADD = libfollytestmain.la
../ssl/test/OpenSSLHashTest.cpp
ssl_test_LDADD = libfollytestmain.la -lcrypto
TESTS += ssl_test
check_PROGRAMS += $(TESTS)
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