summaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2023-11-09 20:14:20 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2023-11-09 22:59:06 +0100
commitaebb2fcd2551caa063c126a35dbb22ec72f2b616 (patch)
tree10d333408a3b42167b9f40f7fb742e20409da408 /.busted
parentac83d941419806a546bd2988eac0669269011719 (diff)
downloadluasystem-aebb2fcd2551caa063c126a35dbb22ec72f2b616.zip
chore(*): config files
Diffstat (limited to '.busted')
-rw-r--r--.busted7
1 files changed, 7 insertions, 0 deletions
diff --git a/.busted b/.busted
new file mode 100644
index 0000000..ca66496
--- /dev/null
+++ b/.busted
@@ -0,0 +1,7 @@
+return {
+ default = {
+ verbose = true,
+ coverage = false,
+ output = "gtest",
+ },
+}