File: .busted

package info (click to toggle)
lua-penlight 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,724 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
return {
  default = {
    verbose = true,
    output = "gtest",
    lpath = "./lua/?.lua;./lua/?/init.lua",
  }
}
-- vim: ft=lua