tests: add framework to run code in comp cls / comp / msg iter context
[babeltrace.git] / tests / lib / Makefile.am
index ff7ab1720806fe237fd0f1b6daa9156b04820cd4..cc91bb2bd2a633662b7bd1ee14a44fee327908d6 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: MIT
 
-SUBDIRS =
+SUBDIRS = utils
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
@@ -54,3 +54,9 @@ SUBDIRS += test-plugin-plugins
 endif
 
 dist_check_SCRIPTS = test_plugin
+
+if HAVE_PYTHON
+if DEV_MODE
+SUBDIRS += conds
+endif
+endif
This page took 0.024468 seconds and 4 git commands to generate.