From 108e30d1964ae4739c722cede7ed7f26b226735e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 12 Oct 2016 23:34:36 +0200 Subject: build: if tests not explicitly requested, avoid errors if deps not found --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8aed820..b524120 100644 --- a/Makefile.am +++ b/Makefile.am @@ -322,12 +322,14 @@ endif if BUILD_TESTS if BUILD_GIT_RECEIVER +if USE_BGR_DEPS 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 +endif if USE_CMOCKA -- cgit v1.2.3-18-g5258