aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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