summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-07-20 20:13:39 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-22 11:53:39 +0200
commit96f1cbeff84819f9886d15763b4c477cdecd7784 (patch)
treeeffda7227bcda05d87cd317a29301b55c3328858 /Makefile.am
parent5a90d5635226255e65b19a094a4851ff3886c0c5 (diff)
downloadpatches-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.am1
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 \