From d880b374d01a031f8354bbaab3036544629b87ab Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 6 Apr 2018 00:32:00 +0200 Subject: put twister tests behind --enable-experimental --- src/lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/Makefile.am') 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 -- cgit v1.2.3