aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-27 01:46:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-27 01:46:43 +1200
commitb2a6e3e24989e10155aeb989933d400d2e12f993 (patch)
tree812db8dce3687ef48a94f623d6fc23429b605548 /README.markdown
parentMention install-task (diff)
downloaddotfiles-b2a6e3e24989e10155aeb989933d400d2e12f993.tar.gz
dotfiles-b2a6e3e24989e10155aeb989933d400d2e12f993.zip
Add test-bash, test-sh, and test targets
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 92b8644d..efdc2148 100644
--- a/README.markdown
+++ b/README.markdown
@@ -189,6 +189,11 @@ There are a few other little tricks in `bash/bashrc.d`:
* `vis` — View/edit an existing file in `$PATH` with `$EDITOR`, or create one
in `~/.local/bin`
+### Testing
+
+You can test that both sets of shell scripts are syntactically correct with
+`make test-bash`, `make test-sh`, or `make test` for both.
+
Mutt
----