diff options
author | Arun Isaac | 2023-05-30 19:52:51 +0100 |
---|---|---|
committer | Arun Isaac | 2023-05-30 19:52:51 +0100 |
commit | fdc7646d150995fddd9b769370a54bca1f094e28 (patch) | |
tree | f6bc4278a1340fab524d182b0033dc9c03aa34d3 /Makefile | |
parent | 7f8946bd09c85a5e544d42ed9410051817553ac1 (diff) | |
download | tissue-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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |