anoia: add assert macro module

contains expect and expect=
This commit is contained in:
Daniel Barlow
2024-04-20 14:04:32 +01:00
parent 0f0688c802
commit 7e19d80130
4 changed files with 37 additions and 9 deletions

9
pkgs/anoia/Makefile Normal file
View File

@@ -0,0 +1,9 @@
default: fs.lua init.lua nl.lua svc.lua
test:
ln -s . anoia
fennel test.fnl
%.lua: %.fnl
fennel --compile $< > $@