summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-04-06 00:32:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-04-06 00:32:00 +0200
commitd880b374d01a031f8354bbaab3036544629b87ab (patch)
treed81b5984822d90a2bbf7eb2bc70b743a6642a896 /src/lib/Makefile.am
parentb46239b12f00e64888d4a8d35c019c850e740840 (diff)
downloadmerchant-d880b374d01a031f8354bbaab3036544629b87ab.tar.gz
merchant-d880b374d01a031f8354bbaab3036544629b87ab.tar.bz2
merchant-d880b374d01a031f8354bbaab3036544629b87ab.zip
put twister tests behind --enable-experimentalv0.5.0
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 9235863b..1189abeb 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -78,9 +78,11 @@ check_PROGRAMS = \
test_merchant_api_new \
test_merchant_api
+if HAVE_EXPERIMENTAL
if HAVE_TWISTER
check_PROGRAMS += test_merchant_api_twisted
endif
+endif
endif