tests: add libbabeltrace2 pre/postcondition testing infrastructure
[babeltrace.git] / tests / lib / Makefile.am
index c36035f293d72f87e1b9d96f9f3bf514d555adc5..c1b68d7ffeb2c978ee3496b0fce678b20da9a87a 100644 (file)
@@ -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
This page took 0.025399 seconds and 4 git commands to generate.