Skip to content

Commit 24b311e

Browse files
committed
Clean up testing section in README.md
1 parent 7c0dd84 commit 24b311e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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
---------

0 commit comments

Comments
 (0)