use resty-cli for running lua unit tests

This commit is contained in:
Elvin Efendi 2018-07-21 19:05:03 -04:00
parent 81848e6564
commit 5c18fc9595
3 changed files with 18 additions and 1 deletions

3
build/busted Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env resty
require "busted.runner"({ standalone = false })