Commit 94ddacc6 authored by Mario Rodas's avatar Mario Rodas
Browse files

gbenchmark: add prometheus-cpp as reverse dependency to passthru.tests

parent 9887b5f8
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, cmake, gtest }:
{ lib
, stdenv
, fetchFromGitHub
, cmake
, gtest
, prometheus-cpp
}:

stdenv.mkDerivation rec {
  pname = "gbenchmark";
@@ -25,6 +31,10 @@ stdenv.mkDerivation rec {

  doCheck = true;

  passthru.tests = {
    inherit prometheus-cpp;
  };

  meta = with lib; {
    description = "A microbenchmark support library";
    homepage = "https://github.com/google/benchmark";