diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-30 19:22:47 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-30 19:29:58 +0200 |
commit | 73fb14c28ae883b6bd22ffdc63d1d59752cb8e0e (patch) | |
tree | 9a02314d8303b415887f3c60d0ac20f555b3d17b /gnu/local.mk | |
parent | 6454164412ef8b0c5e5bd08b7b584cddd0784515 (diff) | |
download | guix-73fb14c28ae883b6bd22ffdc63d1d59752cb8e0e.tar.gz |
tests: image: New test.
Add a new image test module to validate the image creation itself. The images structures are validated using guile-parted. Checking the content of those images is out of scope and should be performed in other modules (installation for instance). * gnu/tests/image.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4e872e7cb0..117d8f0543 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -750,6 +750,7 @@ GNU_SYSTEM_MODULES = \ %D%/tests/guix.scm \ %D%/tests/monitoring.scm \ %D%/tests/nfs.scm \ + %D%/tests/image.scm \ %D%/tests/install.scm \ %D%/tests/ldap.scm \ %D%/tests/linux-modules.scm \ |