From a8948ed1964033a437933db8c687d8c8e26bde44 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sat, 24 Apr 2021 15:32:55 +0300 Subject: fix: move test library to separate project --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43682e5..864842d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ FENNEL ?= fennel FNLSOURCES = init.fnl LUASOURCES = $(FNLSOURCES:.fnl=.lua) FNLTESTS = tests/fn.fnl tests/macros.fnl tests/core.fnl -FNLDOCS = init.fnl macros.fnl tests/test.fnl +FNLDOCS = init.fnl macros.fnl LUATESTS = $(FNLTESTS:.fnl=.lua) LUA_EXECUTABLES ?= lua luajit FENNELDOC := $(shell command -v fenneldoc) -- cgit v1.2.3