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 --- .depend.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.depend.mk') diff --git a/.depend.mk b/.depend.mk index a93e35b..cce5b25 100644 --- a/.depend.mk +++ b/.depend.mk @@ -1,4 +1,4 @@ init.lua: init.fnl macros.fnl -tests/core.lua: tests/core.fnl macros.fnl tests/test.fnl init.fnl -tests/macros.lua: tests/macros.fnl macros.fnl tests/test.fnl -tests/fn.lua: tests/fn.fnl macros.fnl tests/test.fnl +tests/core.lua: tests/core.fnl macros.fnl init.fnl +tests/macros.lua: tests/macros.fnl macros.fnl +tests/fn.lua: tests/fn.fnl macros.fnl -- cgit v1.2.3