summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-16 14:30:38 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-16 14:30:38 +0200
commit1d62aeb1991cd886732646ab5810a91afdc8f1ce (patch)
tree754bba83302c2689dec8f758cf0b46e72cd1302c /src/lib/Makefile.am
parent91c56d8df80ce3900828c831316673fd5440d92e (diff)
downloadmerchant-1d62aeb1991cd886732646ab5810a91afdc8f1ce.tar.gz
merchant-1d62aeb1991cd886732646ab5810a91afdc8f1ce.tar.bz2
merchant-1d62aeb1991cd886732646ab5810a91afdc8f1ce.zip
addressing FIXME_MARCELLOs.
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 6e885689..c96ead54 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -79,11 +79,9 @@ check_PROGRAMS = \
test_merchant_api_new \
test_merchant_api
-if HAVE_EXPERIMENTAL
if HAVE_TWISTER
# See FIXME_MARCELLO -- had some issues (FTBFS, etc.)
-# check_PROGRAMS += test_merchant_api_twisted
-endif
+check_PROGRAMS += test_merchant_api_twisted
endif
endif