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:
Profpatsch 2020-11-06 11:33:56 +01:00
parent 89d9a49aee
commit 3eec0cfb18
2 changed files with 4 additions and 0 deletions

View File

@ -13,5 +13,7 @@ in
dhall-bash-simple
dhall-nix-simple
dhall-yaml-simple
dhall-lsp-simple
dhall-docs-simple
];
}

View File

@ -19,5 +19,7 @@ test_exe dhall-to-json;
test_exe dhall-to-bash;
test_exe dhall-to-nix;
test_exe dhall-to-yaml-ng;
test_exe dhall-docs;
test_exe dhall-lsp-server;
exit $ERRORS;