X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=c1b68d7ffeb2c978ee3496b0fce678b20da9a87a;hb=5d7e83594e8aa4f8b465165c05938116279f493d;hp=c36035f293d72f87e1b9d96f9f3bf514d555adc5;hpb=8bd8ac79b9201c0be3ac8916d12ade0194e76437;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index c36035f2..c1b68d7f 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + SUBDIRS = AM_CPPFLAGS += -I$(top_srcdir)/tests/utils @@ -52,3 +54,9 @@ SUBDIRS += test-plugin-plugins endif dist_check_SCRIPTS = test_plugin + +if HAVE_PYTHON +if DEV_MODE +SUBDIRS += conds +endif +endif