Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.busted - github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 065847b00c452c49585a5e0abe3e74f2c1e43f7b (plain)
1
2
3
4
5
6
7
8
return {
  default = {
    verbose = true,
    output = "gtest",
    lpath = "./lua/?.lua;./lua/?/init.lua",
  }
}
-- vim: ft=lua