summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9516156..f45d088 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ test:
$(LUA) test/test-$${MOD}.lua; \
test "x$$?" = "x0" || ERR=1; \
done; \
- $(LUA) extras/luacov/src/bin/luacov -X test. $(TEST_MODULES); \
+ $(LUA) extras/luacov/src/bin/luacov -X luacov. -X test. $(TEST_MODULES); \
exit $$ERR
.PHONY: interactive