summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-07-06 08:19:47 -0400
committerChristopher Lemmer Webber <cwebber@dustycloud.org>2019-07-06 05:19:09 -0400
commit834b8a4110758bec27753976ec0fe77cd4c32e30 (patch)
tree006ad46a0173e90d7802b0126622968d119d1e81 /Makefile.am
parent8dfb0c969e513276c632b8d26fb3601fa02993ca (diff)
downloadpatches-834b8a4110758bec27753976ec0fe77cd4c32e30.tar
patches-834b8a4110758bec27753976ec0fe77cd4c32e30.tar.gz
Remove references to non-existent 'tests/machine.scm'.
* Makefile.am (SCM_TESTS): Remove 'tests/machine.scm' line.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 34bef76b47..c5dcf4113e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -426,8 +426,7 @@ SCM_TESTS = \
tests/import-utils.scm \
tests/store-database.scm \
tests/store-deduplication.scm \
- tests/store-roots.scm \
- tests/machine.scm
+ tests/store-roots.scm
SH_TESTS = \
tests/guix-build.sh \