wavparse: Fix push mode ignoring audio with a size smaller than segment buffer
[platform/upstream/gst-plugins-good.git] / tests / Makefile.am
index acdd17e..5f10e8f 100644 (file)
@@ -1,10 +1,22 @@
-if HAVE_CHECK
-SUBDIRS_CHECK = check
+if HAVE_GST_CHECK
+SUBDIRS_CHECK = check files
 else
 SUBDIRS_CHECK =
 endif
 
-SUBDIRS = $(SUBDIRS_CHECK) examples
+if USE_X
+SUBDIRS_ICLES = icles
+else
+SUBDIRS_ICLES =
+endif
+
+if BUILD_EXAMPLES
+SUBDIR_EXAMPLES = examples
+else
+SUBDIR_EXAMPLES =
+endif
+
+SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) $(SUBDIR_EXAMPLES)
 
-DIST_SUBDIRS = check examples
+DIST_SUBDIRS = check icles examples files