Commit df7d2ff5 authored by Robert Scott's avatar Robert Scott
Browse files

sngrep: enable tests

parent 25fa8c87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
    ./bootstrap.sh
  '';

  doCheck = true;

  meta = with lib; {
    description = "A tool for displaying SIP calls message flows from terminal";
    homepage = "https://github.com/irontec/sngrep";