Skip to content

Here's what's popular on GitHub today...

WordPlate logo

Popular topic

WordPlate is a modern WordPress stack which simplifies WordPress development.

App recommended by GitHub

abaplint

Overview

abaplint.app, quality checks and static analysis for the ABAP programming language.

Automatically run quality checks and static analysis for each change and pull request in the repository.

The application works with SAP ABAP code serialized using abapGit.

Trending repository

supabase

Trending repository

Trending repository

lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 

App recommended by GitHub

Mergify

Mergify is a pull request automation service, triggering actions when a pull request matches defined criteria. 🤖

For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:

  • [x] it has been approved
  • [x] the test suite passes

Take a look at our examples.

Mergify executes actions for you, freeing you from the burden of managing your pull requests. 🦾