summaryrefslogtreecommitdiff
path: root/extras/luacov/src/luacov/tick.lua
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-23 22:02:42 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-23 22:02:42 +0100
commit142d1bc7549f04c29d4ca78ee5f796562a533435 (patch)
treea3009ba6f689ac9d6693b5d096733a54a18774ca /extras/luacov/src/luacov/tick.lua
parentc85355947228b02d1e353c29530b185967ea86fe (diff)
downloadclod-142d1bc7549f04c29d4ca78ee5f796562a533435.tar.gz
TEST: Initial test suite, plus coverage code
Diffstat (limited to 'extras/luacov/src/luacov/tick.lua')
-rw-r--r--extras/luacov/src/luacov/tick.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/luacov/src/luacov/tick.lua b/extras/luacov/src/luacov/tick.lua
new file mode 100644
index 0000000..624cae3
--- /dev/null
+++ b/extras/luacov/src/luacov/tick.lua
@@ -0,0 +1,7 @@
+
+--- Load luacov using this if you want it to periodically
+-- save the stats file. This is useful if your script is
+-- a daemon (ie, does not properly terminate.)
+module("luacov.tick", package.seeall)
+
+require("luacov")