ocamlPackages.atd: add link to nixos test
This commit is contained in:
parent
742886cc3a
commit
4b3d07eae2
@ -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…
Reference in New Issue
Block a user