aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 13:12:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 13:12:33 +1200
commitfa1f90ab602989155aafb57fd2cf774791800b06 (patch)
tree4ebdad3eb8add37d961a778be50014bd81edb855 /Makefile
parentCorrect lint/bin directory (diff)
downloaddotfiles-fa1f90ab602989155aafb57fd2cf774791800b06.tar.gz
dotfiles-fa1f90ab602989155aafb57fd2cf774791800b06.zip
Add test to check binscripts match manpages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c863b17a..3f579764 100644
--- a/Makefile
+++ b/Makefile
@@ -316,7 +316,7 @@ install-zsh :
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
-test : test-bash test-bin test-games test-sh test-urxvt
+test : test-bash test-bin test-games test-man test-sh test-urxvt
test-bash :
test/bash
@@ -327,6 +327,9 @@ test-bin :
test-games :
test/games
+test-man :
+ test/man
+
test-sh :
test/sh