diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-07-20 20:13:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-22 11:53:39 +0200 |
commit | 96f1cbeff84819f9886d15763b4c477cdecd7784 (patch) | |
tree | effda7227bcda05d87cd317a29301b55c3328858 /Makefile.am | |
parent | 5a90d5635226255e65b19a094a4851ff3886c0c5 (diff) | |
download | patches-96f1cbeff84819f9886d15763b4c477cdecd7784.tar patches-96f1cbeff84819f9886d15763b4c477cdecd7784.tar.gz |
swh: Add basic tests.
* guix/swh.scm (%swh-base-url): Turn into a parameter and export it.
* tests/swh.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
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 b63c55d784..e36f2d9f21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -375,6 +375,7 @@ SCM_TESTS = \ tests/modules.scm \ tests/gnu-maintenance.scm \ tests/substitute.scm \ + tests/swh.scm \ tests/builders.scm \ tests/derivations.scm \ tests/glob.scm \ |