summaryrefslogtreecommitdiff
path: root/tests/cli.lua
diff options
context:
space:
mode:
authormpeterv <mpeterval@gmail.com>2016-04-17 14:50:04 +0300
committermpeterv <mpeterval@gmail.com>2016-04-17 15:23:16 +0300
commit933c68092a8e9667dbd4bef9fdf4bb2d325ccb12 (patch)
tree65b3ac9adea88dd3ae90514b3eb7c59e0a7411e0 /tests/cli.lua
parent73874505c05821494b79272e4e092ba86e20c39e (diff)
downloadluacov-933c68092a8e9667dbd4bef9fdf4bb2d325ccb12.tar.gz
Add a test for nested luacov execution
TODO: fix luacov.tick not working since 2012 or so when `module` calls (that set package.loaded earlier than `require`) were removed.
Diffstat (limited to 'tests/cli.lua')
-rw-r--r--tests/cli.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cli.lua b/tests/cli.lua
index 93da5da..528aa02 100644
--- a/tests/cli.lua
+++ b/tests/cli.lua
@@ -66,4 +66,6 @@ test("coroutines")
test("hook")
+test("nested")
+
print(("%d CLI tests passed."):format(ntests))