aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:46:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:46:10 +1200
commitc5f9676cdddb737634bf8d13628d535508fb0e05 (patch)
treec6b466fc07b23c9388886545ad4a799de0af0e74
parentUse proper dashes (diff)
downloaddotfiles-c5f9676cdddb737634bf8d13628d535508fb0e05.tar.gz
dotfiles-c5f9676cdddb737634bf8d13628d535508fb0e05.zip
Extend "test" target for make
-rw-r--r--Makefile2
-rw-r--r--README.markdown3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d257d2c1..3ab02cde 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ install-x : install-i3
ln -s $(PWD)/X/xsession $(HOME)/.xsession
ln -s $(PWD)/X/xsessionrc $(HOME)/.xsessionrc
-test : test-sh test-bash
+test : test-sh test-bash test-bin
test-sh :
@for sh in $(PWD)/sh/* $(PWD)/sh/profile.d/* ; do \
diff --git a/README.markdown b/README.markdown
index a35a25e0..10f37ff6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -197,7 +197,8 @@ There are a few other little tricks in `bash/bashrc.d`:
### 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.
+`make test-bash`, `make test-sh`, or `make test` for everything including the
+scripts in `bin`.
Mutt
----