File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -286,12 +286,7 @@ Testing
286286* ` make check-install ` : Runs ` make check ` within a temporary, isolated
287287 installation, to ensure all modules are installed correctly.
288288* ` make coverage.txt ` : Generates a test coverage report with [ luacov] .
289- * ` make bench-parse BENCHFILE=test/data/${size}MiB.html ` : Parses an
290- automatically generated document of ` ${size} ` MiB, then prints CPU time
291- and memory usage stats.
292- * ` make git-hooks ` : Installs some git hooks to disallow commits with
293- failing tests or a commit message longer than 72 columns.
294- * ` make todo ` : Lists all ` TODO: ` comments found in the code.
289+ * ` make git-hooks ` : Adds a git hook to disallow commits with failing tests.
295290
296291[ License]
297292---------
You can’t perform that action at this time.
0 commit comments