• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / benchmark / 593
92%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2016 07:42PM UTC
Jobs 1
Files 34
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
593

push

travis-ci

dominichamon
Add export linker flags policy to cmake (#251)

Add policy CMP0056, which honors the link flags in try_compile and
try_run. This allows for building against non-system libc++ by providing
the correct -L and rpath options in a containing project.

For example:

    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L ${LLVM_ROOT}/lib -l c++ -l c++abi")
    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-rpath,${LLVM_ROOT}/lib")

1349 of 1529 relevant lines covered (88.23%)

3262219.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 593.1 (COMPILER=g++-4.6 STD=c++0x BUILD_TYPE=Coverage) 06 Jul 2016 07:42PM UTC 0
88.23
Travis Job 593.1
Source Files on build 593
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #593
  • 2149577f on github
  • Prev Build on master (#591)
  • Next Build on master (#596)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc