ocamlPackages.atd: add link to nixos test
This commit is contained in:
parent
742886cc3a
commit
4b3d07eae2
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, menhir, easy-format, fetchurl, buildDunePackage, which, re }:
|
{ lib, menhir, easy-format, fetchurl, buildDunePackage, which, re, nixosTests }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "atd";
|
pname = "atd";
|
||||||
|
@ -18,6 +18,10 @@ buildDunePackage rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
smoke-test = nixosTests.atd;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/mjambon/atd";
|
homepage = "https://github.com/mjambon/atd";
|
||||||
description = "Syntax for cross-language type definitions";
|
description = "Syntax for cross-language type definitions";
|
||||||
|
|
Loading…
Reference in a new issue