Skip to content

Commit

Permalink
Link unit test executable to zlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Aug 10, 2011
1 parent 4d765d7 commit abfad1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/cxx_tests.rb
Expand Up @@ -28,6 +28,7 @@
"#{TEST_COMMON_CFLAGS}" "#{TEST_COMMON_CFLAGS}"
TEST_CXX_LDFLAGS = "#{TEST_COMMON_LIBRARY} #{TEST_BOOST_OXT_LIBRARY} #{LIBEV_LIBS} " << TEST_CXX_LDFLAGS = "#{TEST_COMMON_LIBRARY} #{TEST_BOOST_OXT_LIBRARY} #{LIBEV_LIBS} " <<
"#{PlatformInfo.curl_libs} " << "#{PlatformInfo.curl_libs} " <<
"#{PlatformInfo.zlib_libs} " <<
"#{PlatformInfo.portability_ldflags} #{EXTRA_LDFLAGS}" "#{PlatformInfo.portability_ldflags} #{EXTRA_LDFLAGS}"
TEST_CXX_OBJECTS = { TEST_CXX_OBJECTS = {
'test/cxx/CxxTestMain.o' => %w( 'test/cxx/CxxTestMain.o' => %w(
Expand Down

0 comments on commit abfad1c

Please sign in to comment.