ocamlPackages.atd: add link to nixos test

wip/little-gl
Léo Gaspard 3 years ago
parent 742886cc3a
commit 4b3d07eae2
  1. 6
      pkgs/development/ocaml-modules/atd/default.nix

@ -1,4 +1,4 @@
{ lib, menhir, easy-format, fetchurl, buildDunePackage, which, re }:
{ lib, menhir, easy-format, fetchurl, buildDunePackage, which, re, nixosTests }:
buildDunePackage rec {
pname = "atd";
@ -18,6 +18,10 @@ buildDunePackage rec {
doCheck = true;
passthru.tests = {
smoke-test = nixosTests.atd;
};
meta = with lib; {
homepage = "https://github.com/mjambon/atd";
description = "Syntax for cross-language type definitions";

Loading…
Cancel
Save