commit 286d2380bab079583bb376f7303e5e304ce08169
parent 0b56f7b986f13c50cbc491727c9f00f44694d836
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 4 May 2017 10:58:23 +0200
pacify 'make check' into the mitm subdir
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in
@@ -11,3 +11,9 @@ install-data:
install: install-data
pip3 install . --install-option="--prefix=@prefix@" --upgrade --no-deps
install -m 544 -Dt @prefix@/bin taler-merchant-mitm
+
+# need a way to make 'make check' happy in this subdir.
+# This component is still too young to be tested.
+.PHONY: check
+check:
+ true