diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-03-03 18:42:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-07 20:05:09 +0100 |
commit | ec600e4544729f1aaf46fa5162bba334515d0de5 (patch) | |
tree | e905d4c816f6b4b17a777856ed1c9866dee34097 /Makefile.am | |
parent | 6061d01512081c93c53fdd1d4302b36696403061 (diff) | |
download | patches-ec600e4544729f1aaf46fa5162bba334515d0de5.tar patches-ec600e4544729f1aaf46fa5162bba334515d0de5.tar.gz |
Add (gnu build accounts).
* gnu/build/accounts.scm, tests/accounts.scm: New files.
* Makefile.am (SCM_TESTS): Add tests/accounts.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add build/accounts.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2abafd13e8..cf35770ba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -392,6 +392,7 @@ SCM_TESTS = \ tests/file-systems.scm \ tests/uuid.scm \ tests/system.scm \ + tests/accounts.scm \ tests/services.scm \ tests/scripts-build.scm \ tests/containers.scm \ |