forked from DGNum/colmena
integration-tests: Add default.nix
This commit is contained in:
parent
a42e8c5bf0
commit
5b2d8d75e7
2 changed files with 9 additions and 0 deletions
4
integration-tests/README.md
Normal file
4
integration-tests/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Integration Tests
|
||||||
|
|
||||||
|
A set of integration tests using the NixOS test framework.
|
||||||
|
To run the tests, use `nix-build default.nix`.
|
5
integration-tests/default.nix
Normal file
5
integration-tests/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
apply = import ./apply;
|
||||||
|
apply-local = import ./apply-local;
|
||||||
|
exec = import ./exec;
|
||||||
|
}
|
Loading…
Reference in a new issue