diff options
author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-24 12:35:10 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-26 19:19:49 +0200 |
commit | d23a00b599be56694065bd274184b9289fb8b85c (patch) | |
tree | b230c885f6f4bf004d6173ab9c93c75e52c2881c /gnu/local.mk | |
parent | 5c8c8c455420af27189d6045b3599fe6e27ad012 (diff) | |
download | patches-d23a00b599be56694065bd274184b9289fb8b85c.tar patches-d23a00b599be56694065bd274184b9289fb8b85c.tar.gz |
tests: Add reconfigure system test.
[[PGP Signed Part:No public key for F506FD169D8FD95A created at 2019-07-24T18:35:10+0200 using RSA]]
* gnu/tests/reconfigure.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 455bea0397..bd509647dc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -597,6 +597,7 @@ GNU_SYSTEM_MODULES = \ %D%/tests/mail.scm \ %D%/tests/messaging.scm \ %D%/tests/networking.scm \ + %D%/tests/reconfigure.scm \ %D%/tests/rsync.scm \ %D%/tests/security-token.scm \ %D%/tests/singularity.scm \ |