Port fix: Windows does not allow read-only mappings > file's size
[babeltrace.git] / tests / Makefile.am
index c0ea34e66a90847341e34bffccaef50fb707658d..10471c3418cab175d25835e929e76968ae934306 100644 (file)
@@ -1,6 +1,13 @@
-SUBDIRS = utils bin lib
+SUBDIRS = utils cli lib bindings
 
-EXTRA_DIST = ctf-traces/**
+EXTRA_DIST = $(srcdir)/ctf-traces/** \
+            $(srcdir)/debug-info-data/** \
+            $(srcdir)/debug-info-data/.build-id/cd/**
 
-check-am:
-       ./run.sh tests
+if !ENABLE_BUILT_IN_PLUGINS
+SUBDIRS += plugins
+endif
+
+if ENABLE_PYTHON_PLUGINS
+SUBDIRS += python-plugin-provider
+endif
This page took 0.024464 seconds and 4 git commands to generate.