googletest 1.8.1-3 source package in Ubuntu

Changelog

googletest (1.8.1-3) unstable; urgency=medium

  [ Steven Robbins ]
  * [ba2ba66] Fix build on mips/mipsel by using flag -g1. Closes: #918733
    (thanks, Adrian Bunk).

 -- Steve M. Robbins <email address hidden>  Sat, 12 Jan 2019 15:42:59 -0600

Upload details

Uploaded by:
Steve M. Robbins
Uploaded to:
Sid
Original maintainer:
Steve M. Robbins
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
googletest_1.8.1-3.dsc 2.1 KiB 7ccce8fd0b4263c83998fa190a5ddba4c193a22581c886743c6836ee11044917
googletest_1.8.1.orig.tar.gz 969.0 KiB 9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c
googletest_1.8.1-3.debian.tar.xz 10.8 KiB 960e7dd2cdbaa108707b93fc5b5681a4b123682dda05af103018761cba4e6280

Available diffs

No changes file available.

Binary packages built by this source

google-mock: No summary available for google-mock in ubuntu disco.

No description available for google-mock in ubuntu disco.

googletest: No summary available for googletest in ubuntu disco.

No description available for googletest in ubuntu disco.

googletest-tools: No summary available for googletest-tools in ubuntu eoan.

No description available for googletest-tools in ubuntu eoan.

libgmock-dev: Google's framework for writing C++ tests

 Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
 specifics in mind, it can help you derive better designs of your
 system and write better tests.
 .
 Google Mock:
 .
  - provides a declarative syntax for defining mocks,
  - can easily define partial (hybrid) mocks, which are a cross of real
    and mock objects,
  - handles functions of arbitrary types and overloaded functions,
  - comes with a rich set of matchers for validating function arguments,
  - uses an intuitive syntax for controlling the behavior of a mock,
  - does automatic verification of expectations (no record-and-replay
    needed),
  - allows arbitrary (partial) ordering constraints on
    function calls to be expressed,
  - lets a user extend it by defining new matchers and actions.
  - does not use exceptions, and
  - is easy to learn and use.

libgtest-dev: Google's framework for writing C++ tests

 Google's framework for writing C++ tests on a variety of platforms. Based on
 the xUnit architecture. Supports automatic test discovery, a rich set of
 assertions, user-defined assertions, death tests, fatal and non-fatal failures,
 value- and type-parameterized tests, various options for running the tests, and
 XML test report generation.