summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-10-17 13:00:25 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-10-17 13:00:25 +0300
commit524bd990d1539b6620ad26c81b28273f3c9d3ce4 (patch)
treeb6ba99a23d1ace9eaf85538e886aec27c1bba05c /Makefile
parent3a089f30326dbe677f7169f217056326f5aef2f0 (diff)
fix: bump fennel-test to v0.0.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e650310..97494d6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ FENNEL ?= fennel
VERSION ?= $(shell git describe --abbrev=0)
FNLSOURCES = init.fnl
FNLMACROS = init-macros.fnl
-FNLTESTS = $(wildcard tests/*.fnl)
+FNLTESTS = $(wildcard tests/*.fnl) fennel-test/utils.fnl
LUATESTS = $(FNLTESTS:.fnl=.lua)
FNLDOCS = $(FNLMACROS) $(FNLSOURCES)
LUASOURCES = $(FNLSOURCES:.fnl=.lua)