aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-11 02:14:20 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-11 02:14:20 +0200
commit7f13a91e9c39dc70af12511443dceb6bf4dc80f4 (patch)
treeb5542788c8c8754f5960af43b1f2e6188304950b /Makefile.am
parent0506f2d04314de141b94f1ab2c633462750e017a (diff)
downloadblogc-7f13a91e9c39dc70af12511443dceb6bf4dc80f4.tar.gz
blogc-7f13a91e9c39dc70af12511443dceb6bf4dc80f4.tar.bz2
blogc-7f13a91e9c39dc70af12511443dceb6bf4dc80f4.zip
git-receiver: added test for post-receive. fixed leak
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 54c71bd..c4da494 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -321,6 +321,7 @@ endif
if BUILD_GIT_RECEIVER
dist_check_SCRIPTS += \
tests/blogc-git-receiver/check_post_receive.sh \
+ tests/blogc-git-receiver/check_pre_receive.sh \
$(NULL)
endif