From fdc7646d150995fddd9b769370a54bca1f094e28 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 30 May 2023 19:52:51 +0100 Subject: Makefile: Explicitly list only scm files in tests. * Makefile (tests): Explicitly list only scm files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3