From 6ac24ed6903b81c803bd3347f689cc9436bcc38e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 7 Aug 2019 14:44:09 -0400 Subject: [PATCH] Add a stable entrypoint to the system tests. --- nixos/system-tests.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixos/system-tests.nix diff --git a/nixos/system-tests.nix b/nixos/system-tests.nix new file mode 100644 index 00000000..5cc4088c --- /dev/null +++ b/nixos/system-tests.nix @@ -0,0 +1,5 @@ +# The overall system test suite for PrivateStorageio NixOS configuration. + +# There is only one system test so far so I don't have to do anything to +# aggregate multiple tests... +import ./modules/tests/private-storage.nix -- GitLab