summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-05-30 19:52:51 +0100
committerArun Isaac2023-05-30 19:52:51 +0100
commitfdc7646d150995fddd9b769370a54bca1f094e28 (patch)
treef6bc4278a1340fab524d182b0033dc9c03aa34d3
parent7f8946bd09c85a5e544d42ed9410051817553ac1 (diff)
downloadtissue-fdc7646d150995fddd9b769370a54bca1f094e28.tar.gz
tissue-fdc7646d150995fddd9b769370a54bca1f094e28.tar.lz
tissue-fdc7646d150995fddd9b769370a54bca1f094e28.zip
Makefile: Explicitly list only scm files in tests.
* Makefile (tests): Explicitly list only scm files.
-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