From 524bd990d1539b6620ad26c81b28273f3c9d3ce4 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 17 Oct 2021 13:00:25 +0300 Subject: fix: bump fennel-test to v0.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3