aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/core/types/testrunner.d.tl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/luarocks/core/types/testrunner.d.tl b/src/luarocks/core/types/testrunner.d.tl
new file mode 100644
index 00000000..e310504d
--- /dev/null
+++ b/src/luarocks/core/types/testrunner.d.tl
@@ -0,0 +1,9 @@
1local type Test = require("luarocks.core.types.rockspec").Test
2
3local record testrunner
4 record TestRunner
5 detect_type: function(): boolean
6 run_tests: function(Test, {string}): boolean, string
7 end
8end
9return testrunner \ No newline at end of file