diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-11 19:52:17 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-11 19:52:17 +0200 |
commit | 69d5ab4863958fe065ae91440f2d175b55fcf266 (patch) | |
tree | 66fc3941377e40a5f61a3829f0419d1d5a9f4ab8 /Makefile.am | |
parent | f1acef83fc8c42b628278410de8feec2d2818882 (diff) | |
download | blogc-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.am | 1 |
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 |