summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-09-06 14:32:00 +0300
committerStefan Kost <ensonic@users.sf.net>2010-09-06 14:35:26 +0300
commit56a6094b7587b80f790e589aad110596b8573990 (patch)
treedfeb423e0980bf367861c7e943b7490cfdf1b8fe /Makefile.am
parentc5888dc6cf686bd150bd3b835a7abb256b371147 (diff)
downloadgstreamer-56a6094b7587b80f790e589aad110596b8573990.tar.gz
tests: tune skipping checks if we have disabled subsystems
Skip ABI tests if some subsystems are off. Remove DISABLE_GST_DEBUG from skipping export checks as this is safe now.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f20a24007..e82c7e214e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,7 +142,6 @@ include $(top_srcdir)/common/coverage/lcov.mak
# Do not run the check-exports test in case any option which causes the API to
# change has been used
-if !GST_DISABLE_GST_DEBUG
if !GST_DISABLE_LOADSAVE
if !GST_DISABLE_REGISTRY
if !GST_DISABLE_TRACE
@@ -150,7 +149,6 @@ CHECK_EXPORTS = check-exports
endif
endif
endif
-endif
check: $(CHECK_EXPORTS) check-enum-gettypes