aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-11 19:52:17 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-11 19:52:17 +0200
commit69d5ab4863958fe065ae91440f2d175b55fcf266 (patch)
tree66fc3941377e40a5f61a3829f0419d1d5a9f4ab8 /Makefile.am
parentf1acef83fc8c42b628278410de8feec2d2818882 (diff)
downloadblogc-69d5ab4863958fe065ae91440f2d175b55fcf266.tar.gz
blogc-69d5ab4863958fe065ae91440f2d175b55fcf266.tar.bz2
blogc-69d5ab4863958fe065ae91440f2d175b55fcf266.zip
git-receiver: added tests for shell, fixed bug
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c4da494..bcfc2ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -322,6 +322,7 @@ if BUILD_GIT_RECEIVER
dist_check_SCRIPTS += \
tests/blogc-git-receiver/check_post_receive.sh \
tests/blogc-git-receiver/check_pre_receive.sh \
+ tests/blogc-git-receiver/check_shell.sh \
$(NULL)
endif