anoia: add assert macro module
contains expect and expect=
This commit is contained in:
9
pkgs/anoia/Makefile
Normal file
9
pkgs/anoia/Makefile
Normal 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 $< > $@
|
Reference in New Issue
Block a user