diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-26 21:52:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-26 22:35:01 +0100 |
commit | 0eef7551303e3fc855809d84eed8421d2a075cfa (patch) | |
tree | 8ebfa3b7e0effc744691d7500fb2f9d8304fe8d7 /Makefile.am | |
parent | 8a5063f7774c225626224697b5548f2e953c6af4 (diff) | |
download | guix-0eef7551303e3fc855809d84eed8421d2a075cfa.tar guix-0eef7551303e3fc855809d84eed8421d2a075cfa.tar.gz |
Add (guix cve).
* guix/cve.scm, tests/cve-sample.xml, tests/cve.scm: New files.
* Makefile.am (MODULES): Add guix/cve.scm.
(SCM_TESTS): Add tests/cve.scm.
(EXTRA_DIST): Add tests/cve-sample.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 43be2ec89e..245070b033 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ MODULES = \ guix/upstream.scm \ guix/licenses.scm \ guix/graph.scm \ + guix/cve.scm \ guix/build-system.scm \ guix/build-system/cmake.scm \ guix/build-system/emacs.scm \ @@ -224,6 +225,7 @@ SCM_TESTS = \ tests/size.scm \ tests/graph.scm \ tests/challenge.scm \ + tests/cve.scm \ tests/file-systems.scm \ tests/services.scm \ tests/containers.scm @@ -312,6 +314,7 @@ EXTRA_DIST = \ tests/test.drv \ tests/signing-key.pub \ tests/signing-key.sec \ + tests/cve-sample.xml \ build-aux/config.rpath \ bootstrap \ release.nix \ |