From: daurnimator Date: Wed, 21 Oct 2015 19:04:32 +0000 (-0400) Subject: .busted: Make sure we run tests on the code in the current directory X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a2979e68e75a80221f6f64cc3558d956c2ebfb18 .busted: Make sure we run tests on the code in the current directory Rather than e.g. the local system installed luatz --- diff --git a/.busted b/.busted new file mode 100644 index 0000000..d1a4ad9 --- /dev/null +++ b/.busted @@ -0,0 +1,5 @@ +return { + default = { + lpath = "./?.lua"; + }; +}