summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e733db6..9aa350b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ sources = $(wildcard $(top_level_module_dir)/*.scm) \
$(wildcard $(top_level_module_dir)/web/themes/*.scm)
objects = $(sources:.scm=.go)
scripts = $(wildcard bin/*)
-tests = $(wildcard tests/*)
+tests = $(wildcard tests/*.scm tests/web/*.scm)
distribute_files = $(sources) $(scripts) $(tests) \
COPYING guix.scm Makefile