Opened 10 years ago
Closed 10 years ago
#47304 closed submission (wontfix)
New port submission: libgtest-dev
Reported by: | carlesfernandez (Carles Fernandez) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | michaelld (Michael Dickens) | |
Port: | libgtest-dev |
Description (last modified by mf2k (Frank Schima))
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.
This port downloads the source code and copies it at ${prefix}/src, so other ports can use it. This is required for instance by gnss-sdr (see ticket:46551. No building or installing steps are done.
Attachments (1)
Change History (3)
Changed 10 years ago by carlesfernandez (Carles Fernandez)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We had a port for Google Test previously but deleted it (#35540). We should not bring one back, even if it only contains the source code. Ports that require the Google Test source code should deal with that integration on their own; ideally, upstream would package up Google Test themselves.