summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-04 10:58:23 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-04 10:58:41 +0200
commit286d2380bab079583bb376f7303e5e304ce08169 (patch)
treebdd27d9a1abbdad3c94c00563dab8fedf1c950f0
parent0b56f7b986f13c50cbc491727c9f00f44694d836 (diff)
downloadmerchant-286d2380bab079583bb376f7303e5e304ce08169.tar.gz
merchant-286d2380bab079583bb376f7303e5e304ce08169.tar.bz2
merchant-286d2380bab079583bb376f7303e5e304ce08169.zip
pacify 'make check' into the mitm subdir
-rw-r--r--src/mitm/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in
index a5d67d16..fa7bd1cb 100644
--- 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