phoronix-test-suite: add tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, php, which, gnused, makeWrapper, gnumake, gcc }:
|
||||
{ stdenv, fetchurl, php, which, gnused, makeWrapper, gnumake, gcc, callPackage }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "phoronix-test-suite";
|
||||
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ gnumake gcc ]}
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
simple-execution = callPackage ./tests.nix { };
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open-Source, Automated Benchmarking";
|
||||
homepage = https://www.phoronix-test-suite.com/;
|
||||
|
||||
Reference in New Issue
Block a user