mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
fix(tests): add lsp & docs to tests
We should make the test auto-discover which executables to search for. Maybe even have some functional tests which run the executables.
This commit is contained in:
parent
89d9a49aee
commit
3eec0cfb18
2 changed files with 4 additions and 0 deletions
|
@ -13,5 +13,7 @@ in
|
||||||
dhall-bash-simple
|
dhall-bash-simple
|
||||||
dhall-nix-simple
|
dhall-nix-simple
|
||||||
dhall-yaml-simple
|
dhall-yaml-simple
|
||||||
|
dhall-lsp-simple
|
||||||
|
dhall-docs-simple
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,5 +19,7 @@ test_exe dhall-to-json;
|
||||||
test_exe dhall-to-bash;
|
test_exe dhall-to-bash;
|
||||||
test_exe dhall-to-nix;
|
test_exe dhall-to-nix;
|
||||||
test_exe dhall-to-yaml-ng;
|
test_exe dhall-to-yaml-ng;
|
||||||
|
test_exe dhall-docs;
|
||||||
|
test_exe dhall-lsp-server;
|
||||||
|
|
||||||
exit $ERRORS;
|
exit $ERRORS;
|
||||||
|
|
Loading…
Reference in a new issue