Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • test
  • statistics_test.cc
Find file
BlameHistoryPermalink
  • Eric's avatar
    Add support for GTest based unit tests. (#485) · 7db02be2
    Eric authored Dec 13, 2017
    * Add support for GTest based unit tests.
    
    As Dominic and I have previously discussed, there is some
    need/desire to improve the testing situation in Google Benchmark.
    
    One step to fixing this problem is to make it easier to write
    unit tests by adding support for GTest, which is what this patch does.
    
    By default it looks for an installed version of GTest. However the
    user can specify -DBENCHMARK_BUILD_EXTERNAL_GTEST=ON to instead
    download, build, and use copy of gtest from source. This is
    quite useful when Benchmark is being built in non-standard configurations,
    such as against libc++ or in 32 bit mode.
    7db02be2
statistics_test.cc 1.45 KB
EditWeb IDE
×

Replace statistics_test.cc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.