Skip to content

Commit

Permalink
Clean up testing section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarnes committed Apr 30, 2015
1 parent 7c0dd84 commit 24b311e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,7 @@ Testing
* `make check-install`: Runs `make check` within a temporary, isolated
installation, to ensure all modules are installed correctly.
* `make coverage.txt`: Generates a test coverage report with [luacov].
* `make bench-parse BENCHFILE=test/data/${size}MiB.html`: Parses an
automatically generated document of `${size}` MiB, then prints CPU time
and memory usage stats.
* `make git-hooks`: Installs some git hooks to disallow commits with
failing tests or a commit message longer than 72 columns.
* `make todo`: Lists all `TODO:` comments found in the code.
* `make git-hooks`: Adds a git hook to disallow commits with failing tests.

[License]
---------
Expand Down

0 comments on commit 24b311e

Please sign in to comment.