flamegraph: run tests during checkPhase

This commit is contained in:
Andrew Marshall
2024-05-27 18:06:49 -04:00
parent b1e96badbf
commit c0f72f27cc
@@ -24,6 +24,13 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
doCheck = true;
checkPhase = ''
patchShebangs ./test.sh
./test.sh
'';
meta = with lib; {
license = with licenses; [ asl20 cddl gpl2Plus ];
homepage = "http://www.brendangregg.com/flamegraphs.html";